From b6e18f2f665f16910c04cb52bdc7b90270ab7c9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Aug 2000 14:26:33 +0000 Subject: #include "setup.h" moved first of all includes --- lib/ldap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ldap.c') 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 #include @@ -48,8 +50,6 @@ #include #include -#include "setup.h" - #if defined(WIN32) && !defined(__GNUC__) #else # ifdef HAVE_UNISTD_H -- cgit v1.2.3