common: don't include unused syslog.h in log.h.
authorKrisztian Litkey <kli@iki.fi>
Sat, 29 Mar 2014 12:01:40 +0000 (14:01 +0200)
committerKrisztian Litkey <kli@iki.fi>
Sat, 29 Mar 2014 12:01:40 +0000 (14:01 +0200)
src/common/log.c
src/common/log.h

index f7989d5..1b27013 100644 (file)
@@ -32,6 +32,7 @@
 #include <stddef.h>
 #include <string.h>
 #include <stdarg.h>
+#include <syslog.h>
 
 #include <murphy/common/mm.h>
 #include <murphy/common/list.h>
index 4b42d21..61e69c5 100644 (file)
@@ -34,7 +34,6 @@
  * Logging functions and macros.
  */
 
-#include <syslog.h>
 #include <stdarg.h>
 
 #include <murphy/common/macros.h>