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 --- msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msg.c') diff --git a/msg.c b/msg.c index 6a7e7c19..3ba92b10 100644 --- a/msg.c +++ b/msg.c @@ -26,6 +26,7 @@ * A copy of the GPL can be found in the file "COPYING" in this distribution. */ #include "config.h" +#include "rsyslog.h" #include #include #include @@ -34,7 +35,6 @@ #include #include #include -#include "rsyslog.h" #include "syslogd.h" #include "srUtils.h" #include "template.h" -- cgit