summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-25 16:19:10 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:06 +0200
commit89ca4875cd03ee7a4b8521a7ca838ce5d8391a21 (patch)
tree6e2b1c3ceee1779670a78884146b317da3a43929 /source3/lib/system.c
parent99f4a6454356c563704c6acb762679a6afa90737 (diff)
downloadsamba-89ca4875cd03ee7a4b8521a7ca838ce5d8391a21.tar.gz
samba-89ca4875cd03ee7a4b8521a7ca838ce5d8391a21.tar.bz2
samba-89ca4875cd03ee7a4b8521a7ca838ce5d8391a21.zip
s3-includes: only include system/syslog.h when needed.
Guenther
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index d1a1403340..41eb38c406 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -21,6 +21,7 @@
*/
#include "includes.h"
+#include "system/syslog.h"
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>