]> git.sur5r.net Git - openldap/commitdiff
needs socket.h
authorKurt Zeilenga <kurt@openldap.org>
Sat, 15 Aug 1998 18:18:12 +0000 (18:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 15 Aug 1998 18:18:12 +0000 (18:18 +0000)
servers/slapd/back-ldbm/index.c

index fd13d7ec079a45b6b5515def0d1afba3ebb8db8f..100b058b735674991d6e74d96c9fe96a3d08166f 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include "slap.h"
 #include "back-ldbm.h"