summaryrefslogtreecommitdiffstats
path: root/tcpsyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsyslog.c')
-rw-r--r--tcpsyslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpsyslog.c b/tcpsyslog.c
index 327e7972..27ef8e40 100644
--- a/tcpsyslog.c
+++ b/tcpsyslog.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>
@@ -45,7 +46,6 @@
#include <pthread.h>
#endif
-#include "rsyslog.h"
#include "syslogd.h"
#include "syslogd-types.h"
#include "net.h"