]> git.sur5r.net Git - openldap/commitdiff
Include <ac/socket.h> so Windows can pull in struct timeval def
authorHoward Chu <hyc@openldap.org>
Sat, 27 Sep 2003 06:48:15 +0000 (06:48 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 27 Sep 2003 06:48:15 +0000 (06:48 +0000)
libraries/libldap_r/rq.c

index 29153ccc7270ef1d7b260ef4d65ae627cfeb7fd4..88851efeb7adf5a63258847692bfb73c6516170c 100644 (file)
@@ -9,9 +9,10 @@
 
 #include <ac/stdarg.h>
 #include <ac/stdlib.h>
+#include <ac/errno.h>
+#include <ac/socket.h>
 #include <ac/string.h>
 #include <ac/time.h>
-#include <ac/errno.h>
 
 #include "ldap-int.h"
 #include "ldap_pvt_thread.h"