summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-18 14:44:39 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-18 14:44:39 +0000
commit4501b6c4e1efd31d7e275320ff693d5f22d70e62 (patch)
treee61d35e63810ca7ffaabcc9010ab9d0cc63517f8 /omfwd.c
parent4217aa53f30fd4e7d9487c4cf74947d17bb57f89 (diff)
downloadrsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.tar.gz
rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.tar.xz
rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.zip
code cleanups thanks to Michael Biebl
Diffstat (limited to 'omfwd.c')
-rw-r--r--omfwd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/omfwd.c b/omfwd.c
index 13e82077..c6a60791 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -44,6 +44,9 @@
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
+#ifdef USE_NETZIP
+#include <zlib.h>
+#endif
#ifdef USE_PTHREADS
#include <pthread.h>
#else