diff options
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index d6f46fa44e..d3ff7c5e42 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -21,6 +21,9 @@ #ifndef __LIBNDR_H__ #define __LIBNDR_H__ +#include "core.h" +#include "lib/talloc/talloc.h" + /* this provides definitions for the libcli/rpc/ MSRPC library */ |