]> git.sur5r.net Git - openldap/commitdiff
Add ac/errno.h and use other generic headers when available.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 Feb 1999 18:07:19 +0000 (18:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 Feb 1999 18:07:19 +0000 (18:07 +0000)
servers/slapd/back-bdb2/txn.h

index a0d060e050e8b1f2a9ffd6cd0ad52be72d1cc3fe..d701dd555340e35b8064c103da8fe6827b649436 100644 (file)
@@ -6,14 +6,15 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <sys/time.h>
-#include <unistd.h>
 #include <sys/stat.h>
 #include <dirent.h>
 
-#include <ac/string.h>
-#include <ac/socket.h>
+#include <ac/errno.h>
 #include <ac/signal.h>
+#include <ac/socket.h>
+#include <ac/string.h>
+#include <ac/time.h>
+#include <ac/unistd.h>
 
 #include "ldapconfig.h"
 #include "slap.h"