]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Bug 19307: Add missing syslog include
authorColin Walters <walters@verbum.org>
Tue, 6 Jan 2009 22:34:20 +0000 (17:34 -0500)
committerColin Walters <walters@verbum.org>
Tue, 6 Jan 2009 22:34:20 +0000 (17:34 -0500)
dbus/dbus-sysdeps-util-unix.c

index 0392804428dbcc10e8ea0166a7ec746ce809602b..df9f711668d86a48f10b6a0bcb5761e0620e0b87 100644 (file)
@@ -44,6 +44,7 @@
 #include <dirent.h>
 #include <sys/un.h>
 #include <syslog.h>
+#include <syslog.h>
 #ifdef HAVE_LIBAUDIT
 #include <sys/prctl.h>
 #include <sys/capability.h>