summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-10 00:11:38 +0100
committerGünther Deschner <gd@samba.org>2011-02-10 12:58:06 +0100
commitfdd4d56405544b8c25fa3f24889726cb98506345 (patch)
tree8543d4854f177f87378cd538db517e2fd8e2c5b1 /source3/librpc/ndr/util.c
parentb5a2f956c6f9ac8d37a77e0f20e9d3c87ab50f9d (diff)
downloadsamba-fdd4d56405544b8c25fa3f24889726cb98506345.tar.gz
samba-fdd4d56405544b8c25fa3f24889726cb98506345.tar.bz2
samba-fdd4d56405544b8c25fa3f24889726cb98506345.zip
s3: give ../librpc/ndr/util.c its own header.
Guenther
Diffstat (limited to 'source3/librpc/ndr/util.c')
-rw-r--r--source3/librpc/ndr/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c
index b55b3d8c8c..d4e06df574 100644
--- a/source3/librpc/ndr/util.c
+++ b/source3/librpc/ndr/util.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "librpc/ndr/util.h"
enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r)
{