summaryrefslogtreecommitdiffstats
path: root/omfwd.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 /omfwd.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 'omfwd.c')
-rw-r--r--omfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omfwd.c b/omfwd.c
index 962ec166..096d5d78 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -30,6 +30,7 @@
*/
#include "config.h"
#ifdef SYSLOG_INET
+#include "rsyslog.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
@@ -47,7 +48,6 @@
#else
#include <fcntl.h>
#endif
-#include "rsyslog.h"
#include "syslogd.h"
#include "syslogd-types.h"
#include "srUtils.h"