summaryrefslogtreecommitdiffstats
path: root/srUtils.c
diff options
context:
space:
mode:
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