From 1184e7de5947aa83209f14d07e14cf61c782710d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 20 Feb 2011 00:05:06 +0100 Subject: s3: Use the uid_wrapper Signed-off-by: Stefan Metzmacher Signed-off-by: Andreas Schneider --- 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 2f7a55f48c..0aefd6d929 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -25,6 +25,7 @@ #include "system/capability.h" #include "system/passwd.h" #include "system/filesys.h" +#include "lib/uid_wrapper/uid_wrapper.h" #ifdef HAVE_SYS_PRCTL_H #include -- cgit