From 01e55fb42c9a17ed207941a6210139ef09276c7c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 10 Dec 1998 19:37:08 +0000 Subject: [PATCH] Move includes of portable.h and ldapconfig.h ahead of USE_SYSCONF use. --- clients/gopher/go500gw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/gopher/go500gw.c b/clients/gopher/go500gw.c index 6d1ed89bf1..ecdc6c2553 100644 --- a/clients/gopher/go500gw.c +++ b/clients/gopher/go500gw.c @@ -28,6 +28,9 @@ #include #endif /* aix */ +#include "portable.h" +#include "ldapconfig.h" + #ifdef USE_SYSCONF #include #endif /* USE_SYSCONF */ @@ -36,9 +39,6 @@ #include "ldap.h" #include "disptmpl.h" -#include "portable.h" -#include "ldapconfig.h" - int debug; int dosyslog; int inetd; -- 2.47.2