summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
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