diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-03 00:38:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:22 -0500 |
commit | 02785df1b06647f1adaaac3c93f363ec5070a941 (patch) | |
tree | 70b42e956555d7f513c13fb80cb6ab799fb13d7c /source4/utils | |
parent | 6f214cc510a59b7a65ee9d4486baf14a3e579f73 (diff) | |
download | samba-02785df1b06647f1adaaac3c93f363ec5070a941.tar.gz samba-02785df1b06647f1adaaac3c93f363ec5070a941.tar.bz2 samba-02785df1b06647f1adaaac3c93f363ec5070a941.zip |
r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h
(This used to be commit 7dd3a5a6dadb0edc4fad56deba84f24b1e6dd2bc)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/ndrdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/ndrdump.c b/source4/utils/ndrdump.c index 9ccc1e2859..1edf8eda6c 100644 --- a/source4/utils/ndrdump.c +++ b/source4/utils/ndrdump.c @@ -21,6 +21,7 @@ #include "includes.h" #include "lib/cmdline/popt_common.h" #include "system/iconv.h" +#include "librpc/gen_ndr/tables.h" static const struct dcerpc_interface_table *find_pipe(const char *pipe_name) { |