diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-05-02 20:59:00 +0300 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:29 +0200 |
commit | 566884553ccb9c99cc3b05bc6fc84bf5efa9fae2 (patch) | |
tree | c1f4668c1d7680b4f4c6b49f04fb82f9e43204a7 /source4/ntvfs | |
parent | 27549b4e31b47fab23af0bce6bf888e4148f88e9 (diff) | |
download | samba-566884553ccb9c99cc3b05bc6fc84bf5efa9fae2.tar.gz samba-566884553ccb9c99cc3b05bc6fc84bf5efa9fae2.tar.bz2 samba-566884553ccb9c99cc3b05bc6fc84bf5efa9fae2.zip |
s4:ntvfs: add missing headers to vfs_ipc
vfs_ipc.c had system/kerberos.h and system/filesys.h missing
Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/ipc/vfs_ipc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c index de4bf9f359..5905e0cbaf 100644 --- a/source4/ntvfs/ipc/vfs_ipc.c +++ b/source4/ntvfs/ipc/vfs_ipc.c @@ -38,8 +38,10 @@ #include "lib/socket/socket.h" #include "auth/credentials/credentials.h" #include "auth/credentials/credentials_krb5.h" +#include "system/kerberos.h" #include "system/gssapi.h" #include "system/locale.h" +#include "system/filesys.h" /* this is the private structure used to keep the state of an open ipc$ connection. It needs to keep information about all open |