summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-03-31 09:47:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:25 -0500
commit05c53f70f0e4b94cf26a433cb61b1706f7715757 (patch)
treec249cc74234162322cbc47b195a18b35646b3927 /source4/ntvfs/unixuid
parente7dc4c79ad4bf2317d89633b6e6bb965f629667f (diff)
downloadsamba-05c53f70f0e4b94cf26a433cb61b1706f7715757.tar.gz
samba-05c53f70f0e4b94cf26a433cb61b1706f7715757.tar.bz2
samba-05c53f70f0e4b94cf26a433cb61b1706f7715757.zip
r14838: fix the build. Looks like I still haven't quite got the hang of the
new dependency/proto system :-) (This used to be commit 63ae3f21e3471895ba83df1c2fdc4147090f7fdb)
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r--source4/ntvfs/unixuid/vfs_unixuid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/unixuid/vfs_unixuid.c b/source4/ntvfs/unixuid/vfs_unixuid.c
index 9d8b058b7a..1bfaf85e70 100644
--- a/source4/ntvfs/unixuid/vfs_unixuid.c
+++ b/source4/ntvfs/unixuid/vfs_unixuid.c
@@ -26,6 +26,7 @@
#include "system/passwd.h"
#include "auth/auth.h"
#include "ntvfs/ntvfs.h"
+#include "ntvfs/common/proto.h"
struct unixuid_private {
struct sidmap_context *sidmap;