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

@@ -21,7 +21,7 @@
* Copyright 1999-2001 Dave Carrigan
*/
#include <apr_ldap.h>
#include "httpd.h"
#include "util_ldap.h"
#include "util_ldap_cache.h"
#include <apr_strings.h>