diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-01 19:30:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:35 -0500 |
commit | a8f264eb2f5b3310d721e79f9ca7e8c47064267e (patch) | |
tree | 97095054eaef60db1ce6fa5ab4c8d301b8563310 /source4/librpc | |
parent | 14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8 (diff) | |
download | samba-a8f264eb2f5b3310d721e79f9ca7e8c47064267e.tar.gz samba-a8f264eb2f5b3310d721e79f9ca7e8c47064267e.tar.bz2 samba-a8f264eb2f5b3310d721e79f9ca7e8c47064267e.zip |
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions of splint support immediate structures just fine.
(This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 5b9089fc6d..d110a25aeb 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -285,6 +285,7 @@ typedef void (*ndr_print_fn_t)(struct ndr_print *, const char *, const void *); typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, const void *); #include "librpc/gen_ndr/misc.h" +#include "libcli/util/werror.h" #include "librpc/ndr/libndr_proto.h" extern const struct ndr_syntax_id ndr_transfer_syntax; |