|
@@ -23,11 +23,14 @@ Index: servers/slapd/slapd.conf
|
|
|
+
|
|
+
|
|
|
Index: include/ac/fdset.h
|
|
Index: include/ac/fdset.h
|
|
|
--- include/ac/fdset.h.orig 2005-01-20 19:03:49 +0100
|
|
--- include/ac/fdset.h.orig 2005-01-20 19:03:49 +0100
|
|
|
-+++ include/ac/fdset.h 2005-06-25 12:29:21 +0200
|
|
|
|
|
-@@ -22,6 +22,10 @@
|
|
|
|
|
|
|
++++ include/ac/fdset.h 2005-10-07 10:07:52 +0200
|
|
|
|
|
+@@ -22,6 +22,13 @@
|
|
|
#ifndef _AC_FDSET_H
|
|
#ifndef _AC_FDSET_H
|
|
|
#define _AC_FDSET_H
|
|
#define _AC_FDSET_H
|
|
|
|
|
|
|
|
|
|
++#if defined(HAVE_SYS_TYPES_H)
|
|
|
|
|
++#include <sys/types.h>
|
|
|
|
|
++#endif
|
|
|
+#if defined(HAVE_SYS_SELECT_H)
|
|
+#if defined(HAVE_SYS_SELECT_H)
|
|
|
+#include <sys/select.h>
|
|
+#include <sys/select.h>
|
|
|
+#endif
|
|
+#endif
|