summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-25 16:39:14 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:06 +0200
commit21a78b88cc56731793f41a04114ec7277f723147 (patch)
treebfb488231a80f19acffc0c5091d83cdb68fc1f51 /source3/lib/system.c
parent739ca0e7db7acfd9d560ae361fd29f96f87c5755 (diff)
downloadsamba-21a78b88cc56731793f41a04114ec7277f723147.tar.gz
samba-21a78b88cc56731793f41a04114ec7277f723147.tar.bz2
samba-21a78b88cc56731793f41a04114ec7277f723147.zip
s3-includes: only include system/capability.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 41eb38c406..316e8ff61b 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "system/syslog.h"
+#include "system/capability.h"
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>