]> git.sur5r.net Git - openldap/commitdiff
ITS#3345: reorder includes to workaround Pth signal redefine problem
authorKurt Zeilenga <kurt@openldap.org>
Sat, 25 Sep 2004 01:47:02 +0000 (01:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 25 Sep 2004 01:47:02 +0000 (01:47 +0000)
servers/slapd/daemon.c

index 14bd39356e1422795e6d447df1183457738869a7..c3e98eb0b21062a782fb752f08e1389aee43d4b9 100644 (file)
 #include <ac/time.h>
 #include <ac/unistd.h>
 
+#include "slap.h"
 #include "ldap_pvt.h"
 #include "ldap_pvt_thread.h"
 #include "lutil.h"
-#include "slap.h"
 
 #include "ldap_rq.h"