From 779558133b0cfd348976dec1a01484496b469b6a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 18 Dec 2007 14:16:05 +0000 Subject: restructured #include's somewhat thanks to Michael Biebl --- omfwd.c | 3 +++ syslogd.c | 4 ++++ syslogd.h | 2 -- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/omfwd.c b/omfwd.c index f21480b7..fe866327 100644 --- a/omfwd.c +++ b/omfwd.c @@ -64,6 +64,9 @@ #ifdef USE_GSSAPI #include "gss-misc.h" #endif +#ifdef USE_NETZIP +#include +#endif #ifdef SYSLOG_INET #define INET_SUSPEND_TIME 60 /* equal to 1 minute diff --git a/syslogd.c b/syslogd.c index d0040422..483fd415 100644 --- a/syslogd.c +++ b/syslogd.c @@ -196,6 +196,10 @@ #include #endif +#ifdef USE_NETZIP +#include +#include +#endif /* handle some defines missing on more than one platform */ #ifndef SUN_LEN diff --git a/syslogd.h b/syslogd.h index c1d765eb..43d4f0ea 100644 --- a/syslogd.h +++ b/syslogd.h @@ -24,8 +24,6 @@ #include "objomsr.h" #ifdef USE_NETZIP -#include -#include /* config param: minimum message size to try compression. The smaller * the message, the less likely is any compression gain. We check for * gain before we submit the message. But to do so we still need to -- cgit v1.2.3