From 21a78b88cc56731793f41a04114ec7277f723147 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 16:39:14 +0100 Subject: s3-includes: only include system/capability.h when needed. Guenther --- source3/lib/system.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/system.c') 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 -- cgit