summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/ipc/ipc_rap.c1
-rw-r--r--source4/ntvfs/ntvfs.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/ntvfs/ipc/ipc_rap.c b/source4/ntvfs/ipc/ipc_rap.c
index f683082d58..3f415c9293 100644
--- a/source4/ntvfs/ipc/ipc_rap.c
+++ b/source4/ntvfs/ipc/ipc_rap.c
@@ -23,6 +23,7 @@
#include "smb.h"
#include "libcli/rap/rap.h"
#include "ntvfs/ipc/proto.h"
+#include "librpc/ndr/libndr.h"
#define NERR_Success 0
#define NERR_badpass 86
diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h
index 13147d5c19..cfb5515203 100644
--- a/source4/ntvfs/ntvfs.h
+++ b/source4/ntvfs/ntvfs.h
@@ -265,5 +265,5 @@ struct ntvfs_critical_sizes {
};
struct messaging_context;
-
+#include "librpc/gen_ndr/security.h"
#include "ntvfs/ntvfs_proto.h"