diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-18 14:44:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-18 14:44:39 +0000 |
commit | 4501b6c4e1efd31d7e275320ff693d5f22d70e62 (patch) | |
tree | e61d35e63810ca7ffaabcc9010ab9d0cc63517f8 /syslogd.h | |
parent | 4217aa53f30fd4e7d9487c4cf74947d17bb57f89 (diff) | |
download | rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.tar.gz rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.tar.bz2 rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.zip |
code cleanups thanks to Michael Biebl
Diffstat (limited to 'syslogd.h')
-rw-r--r-- | syslogd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ #include "template.h" #ifdef USE_NETZIP +#include <unistd.h> +#include <zlib.h> /* 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 |