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 --- srUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srUtils.c') diff --git a/srUtils.c b/srUtils.c index 4834cfb3..0aed9de8 100755 --- a/srUtils.c +++ b/srUtils.c @@ -27,6 +27,7 @@ */ #include "config.h" +#include "rsyslog.h" /* THIS IS A MODIFICATION FOR RSYSLOG! 2004-11-18 rgerards */ #include #include #include @@ -37,7 +38,6 @@ #include #include #include -#include "rsyslog.h" /* THIS IS A MODIFICATION FOR RSYSLOG! 2004-11-18 rgerards */ #include "liblogging-stub.h" /* THIS IS A MODIFICATION FOR RSYSLOG! 2004-11-18 rgerards */ #define TRUE 1 #define FALSE 0 -- cgit