diff options
author | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-08-08 10:49:38 +0000 |
---|---|---|
committer | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-08-08 10:49:38 +0000 |
commit | f2511d3c610684b4c23dd91f1fbbfd90c935102d (patch) | |
tree | 4959a056b99b88f919a6f29295d7ec37830cfc77 /omfile.c | |
parent | e276e32d426e488f9f18f7ca156c301df3604e4f (diff) | |
download | rsyslog-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 'omfile.c')
-rw-r--r-- | omfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,7 @@ * A copy of the GPL can be found in the file "COPYING" in this distribution. */ #include "config.h" +#include "rsyslog.h" #include <stdio.h> #include <stdarg.h> #include <stdlib.h> @@ -42,7 +43,6 @@ #include <unistd.h> #include <sys/file.h> -#include "rsyslog.h" #include "syslogd.h" #include "syslogd-types.h" #include "srUtils.h" |