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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user