]> git.sur5r.net Git - openldap/commitdiff
Portability cleanups
authorHoward Chu <hyc@openldap.org>
Thu, 14 Sep 2006 07:58:02 +0000 (07:58 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 14 Sep 2006 07:58:02 +0000 (07:58 +0000)
clients/tools/ldapcompare.c
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c

index f7347c7b3d22f9147f8c158df17e25b2112089d6..317224acfc626fe04197f0d78b8ca2643ac43dbd 100644 (file)
@@ -46,6 +46,7 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 #include <ac/errno.h>
+#include <ac/socket.h>
 #include <ac/time.h>
 #include <sys/stat.h>
 
index 2e7d42f82b6ddf4709942b6229fec25b78e6db2a..518140fac4aabb7ca4b6eccff4c189197c4efebc 100644 (file)
@@ -39,6 +39,7 @@
 #include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
+#include <ac/socket.h>
 #include <ac/time.h>
 
 #include <ldap.h>
index 69443df038951901b83bc7f4f7e451c6d45728fe..c88bb07768479f2181412190bdb436afec66a3fb 100644 (file)
@@ -42,6 +42,7 @@
 #include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
+#include <ac/socket.h>
 #include <ac/time.h>
 
 #ifdef HAVE_SYS_STAT_H
index 4c77b6fbeded977bcf677ea7422867e531268501..2841d7e087534a9f1dbcd6bd27df94f7585f02db 100644 (file)
@@ -52,6 +52,7 @@
 #include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
+#include <ac/socket.h>
 #include <ac/time.h>
 
 #include <ldap.h>