From 566884553ccb9c99cc3b05bc6fc84bf5efa9fae2 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 2 May 2012 20:59:00 +0300 Subject: 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 --- source4/ntvfs/ipc/vfs_ipc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/ipc') 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 -- cgit