summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 22:33:07 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b (patch)
treef524231d9acb0117e288f0f0400a6bdc87931892 /source3/smbd
parent9115615663edf82afde5a3c934b53d53a0e508f0 (diff)
downloadsamba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.tar.gz
samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.tar.bz2
samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.zip
s3-includes: only include ntdomain.h where needed.
Guenther
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/uid.c1
1 files changed, 1 insertions, 0 deletions
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;