diff options
author | Günther Deschner <gd@samba.org> | 2011-02-10 00:11:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 12:58:06 +0100 |
commit | fdd4d56405544b8c25fa3f24889726cb98506345 (patch) | |
tree | 8543d4854f177f87378cd538db517e2fd8e2c5b1 /source3/libads | |
parent | b5a2f956c6f9ac8d37a77e0f20e9d3c87ab50f9d (diff) | |
download | samba-fdd4d56405544b8c25fa3f24889726cb98506345.tar.gz samba-fdd4d56405544b8c25fa3f24889726cb98506345.tar.bz2 samba-fdd4d56405544b8c25fa3f24889726cb98506345.zip |
s3: give ../librpc/ndr/util.c its own header.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ndr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ndr.c b/source3/libads/ndr.c index 843ae3b615..603add001a 100644 --- a/source3/libads/ndr.c +++ b/source3/libads/ndr.c @@ -22,6 +22,7 @@ #include "includes.h" #include "ads.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "librpc/ndr/util.h" void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t r) { |