summaryrefslogtreecommitdiffstats
path: root/ommysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ommysql.c')
-rw-r--r--ommysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ommysql.c b/ommysql.c
index 43cd9ae1..6fe4dccd 100644
--- a/ommysql.c
+++ b/ommysql.c
@@ -26,6 +26,7 @@
*/
#include "config.h"
#ifdef WITH_DB
+#include "rsyslog.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
@@ -34,7 +35,6 @@
#include <signal.h>
#include <errno.h>
#include <time.h>
-#include "rsyslog.h"
#include "syslogd.h"
#include "syslogd-types.h"
#include "srUtils.h"