From: Kurt Zeilenga Date: Sat, 25 Sep 2004 01:47:02 +0000 (+0000) Subject: ITS#3345: reorder includes to workaround Pth signal redefine problem X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~506 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=31a6de16b05d95b1297f905b043b2981280e5049;p=openldap ITS#3345: reorder includes to workaround Pth signal redefine problem --- diff --git a/servers/slapd/daemon.c b/servers/slapd/daemon.c index 14bd39356e..c3e98eb0b2 100644 --- a/servers/slapd/daemon.c +++ b/servers/slapd/daemon.c @@ -34,10 +34,10 @@ #include #include +#include "slap.h" #include "ldap_pvt.h" #include "ldap_pvt_thread.h" #include "lutil.h" -#include "slap.h" #include "ldap_rq.h"