From f2511d3c610684b4c23dd91f1fbbfd90c935102d Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Wed, 8 Aug 2007 10:49:38 +0000 Subject: changed rsyslog.h include order to solve debian sid zlib inlcude issue --- syslogd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syslogd.h') diff --git a/syslogd.h b/syslogd.h index 99ce63f2..080f15e2 100644 --- a/syslogd.h +++ b/syslogd.h @@ -24,6 +24,7 @@ #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 -- cgit