summaryrefslogtreecommitdiffstats
path: root/srUtils.c
diff options
context:
space:
mode:
authorMichael Meckelein <mmeckelein@hq.adiscon.com>2007-08-08 10:49:38 +0000
committerMichael Meckelein <mmeckelein@hq.adiscon.com>2007-08-08 10:49:38 +0000
commitf2511d3c610684b4c23dd91f1fbbfd90c935102d (patch)
tree4959a056b99b88f919a6f29295d7ec37830cfc77 /srUtils.c
parente276e32d426e488f9f18f7ca156c301df3604e4f (diff)
downloadrsyslog-f2511d3c610684b4c23dd91f1fbbfd90c935102d.tar.gz
rsyslog-f2511d3c610684b4c23dd91f1fbbfd90c935102d.tar.xz
rsyslog-f2511d3c610684b4c23dd91f1fbbfd90c935102d.zip
changed rsyslog.h include order to solve debian sid zlib inlcude issue
Diffstat (limited to 'srUtils.c')
-rwxr-xr-xsrUtils.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -37,7 +38,6 @@
#include <assert.h>
#include <wait.h>
#include <ctype.h>
-#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