From 6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 22:33:07 +0100 Subject: s3-includes: only include ntdomain.h where needed. Guenther --- source3/smbd/uid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd') diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c index d85f92cf01..7938cc447a 100644 --- a/source3/smbd/uid.c +++ b/source3/smbd/uid.c @@ -25,6 +25,7 @@ #include "libcli/security/security.h" #include "passdb/lookup_sid.h" #include "auth.h" +#include "ntdomain.h" /* what user is current? */ extern struct current_user current_user; -- cgit