]> git.sur5r.net Git - openldap/commitdiff
<sys/socket.h> is required if CLDAP is enabled.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 28 Aug 1998 21:56:24 +0000 (21:56 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 28 Aug 1998 21:56:24 +0000 (21:56 +0000)
servers/slapd/back-ldbm/idl.c

index 1a76ff8350f388ba71d563b339f6d05d70d1f2b6..8a249fe0482b49bd480cb6467eb0a50d9af47a31 100644 (file)
@@ -2,6 +2,9 @@
 
 #include <stdio.h>
 #include <sys/types.h>
+#ifdef CLDAP
+#include <sys/socket.h>
+#endif
 #include "slap.h"
 #include "ldapconfig.h"
 #include "back-ldbm.h"