diff options
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |