diff options
Diffstat (limited to 'lib/ldap.c')
-rw-r--r-- | lib/ldap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index af69b94e9..18b590546 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -38,6 +38,8 @@ * ------------------------------------------------------------ ****************************************************************************/ +#include "setup.h" + /* -- WIN32 approved -- */ #include <stdio.h> #include <string.h> @@ -48,8 +50,6 @@ #include <sys/stat.h> #include <errno.h> -#include "setup.h" - #if defined(WIN32) && !defined(__GNUC__) #else # ifdef HAVE_UNISTD_H |