summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/syslogd.c b/syslogd.c
index d0040422..483fd415 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -196,6 +196,10 @@
#include <paths.h>
#endif
+#ifdef USE_NETZIP
+#include <unistd.h>
+#include <zlib.h>
+#endif
/* handle some defines missing on more than one platform */
#ifndef SUN_LEN