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/smbd/sec_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/sec_ctx.c') diff --git a/source3/smbd/sec_ctx.c b/source3/smbd/sec_ctx.c index f8c8847a60..446810d535 100644 --- a/source3/smbd/sec_ctx.c +++ b/source3/smbd/sec_ctx.c @@ -23,6 +23,7 @@ #include "libcli/security/security_token.h" #include "auth.h" #include "smbprofile.h" +#include "lib/uid_wrapper/uid_wrapper.h" extern struct current_user current_user; -- cgit