summaryrefslogtreecommitdiff
path: root/source4/libcli/ndr/libndr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/ndr/libndr.h')
-rw-r--r--source4/libcli/ndr/libndr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libcli/ndr/libndr.h b/source4/libcli/ndr/libndr.h
index 4369ebeb30..d9d18299ab 100644
--- a/source4/libcli/ndr/libndr.h
+++ b/source4/libcli/ndr/libndr.h
@@ -83,3 +83,7 @@ struct ndr_push {
if (!(s)) return NT_STATUS_NO_MEMORY; \
} \
} while (0)
+
+/* now pull in the individual parsers */
+#include "libcli/ndr/ndr_sec.h"
+#include "libcli/ndr/ndr_echo.h"