diff options
| -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  | 
