1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Correct the order of includes to follow httpd conventions, and get

Win32 compiling again.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2005-01-05 21:35:51 +00:00
parent 38810d4197
commit 8aea7cff22
6 changed files with 32 additions and 39 deletions

View File

@@ -28,10 +28,7 @@
* LDAP Cache Manager
*/
#if APR_HAS_SHARED_MEMORY
#include <apr_shm.h>
#include <apr_rmm.h> /* EDD */
#endif
#include "util_ldap.h"
typedef struct util_cache_node_t {
void *payload; /* Pointer to the payload */