summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 6a7e7c19..3ba92b10 100644
--- a/msg.c
+++ b/msg.c
@@ -26,6 +26,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>
@@ -34,7 +35,6 @@
#include <string.h>
#include <assert.h>
#include <ctype.h>
-#include "rsyslog.h"
#include "syslogd.h"
#include "srUtils.h"
#include "template.h"