summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-10-05 12:41:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:46 -0500
commit20480a795306d1634db5c3cd5ce0ae6c8a13ba47 (patch)
treeb33ec63f58d994f873cfa3c02d6a35682e7a8033
parent3b07f6aeb1a060efcf8218e76b8b84fb8850f337 (diff)
downloadsamba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.tar.gz
samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.tar.bz2
samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.zip
r25516: Sorry, I reverted too much of r25448 in r25515.
These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
-rw-r--r--source4/libcli/util/werror.h2
-rw-r--r--source4/librpc/ndr/libndr.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/util/werror.h b/source4/libcli/util/werror.h
index 0f49514b9f..55a4faa6a5 100644
--- a/source4/libcli/util/werror.h
+++ b/source4/libcli/util/werror.h
@@ -19,7 +19,7 @@
*/
#ifndef _WERROR_H_
-#define _WERROR_H
+#define _WERROR_H_
#include <stdint.h>
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;