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 --- outchannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'outchannel.c') diff --git a/outchannel.c b/outchannel.c index 13161a80..a713680f 100644 --- a/outchannel.c +++ b/outchannel.c @@ -13,13 +13,13 @@ #define BSD #endif +#include "rsyslog.h" #include #include #include #include #include #include -#include "rsyslog.h" #include "stringbuf.h" #include "outchannel.h" #include "syslogd.h" -- cgit v1.2.3