]> git.sur5r.net Git - openldap/commitdiff
Update slapd.h with <ac/signals.h>
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Dec 1998 05:32:00 +0000 (05:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Dec 1998 05:32:00 +0000 (05:32 +0000)
servers/slurpd/slurp.h

index 02262270da5e1b8ba4a40c32caecfc160a8a50fd..8339a1e071d9e541925aff9ba5c2afca54866c14 100644 (file)
@@ -19,8 +19,9 @@
 #define LDAP_SYSLOG 1
 #endif
 
-#include <ac/syslog.h>
 #include <ac/errno.h>
+#include <ac/signal.h>
+#include <ac/syslog.h>
 
 #include <sys/param.h>