From 9b009c900987517359485799be8be4167494b376 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 23 Sep 2007 21:35:03 +0000 Subject: r25301: Merge my includes.h cleanups. (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a) --- source4/libnet/libnet.h | 2 ++ source4/libnet/userman.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'source4/libnet') diff --git a/source4/libnet/libnet.h b/source4/libnet/libnet.h index a51fa613a8..03cca1b7fe 100644 --- a/source4/libnet/libnet.h +++ b/source4/libnet/libnet.h @@ -18,6 +18,8 @@ along with this program. If not, see . */ +#include "librpc/gen_ndr/misc.h" + struct libnet_context { /* here we need: * a client env context diff --git a/source4/libnet/userman.h b/source4/libnet/userman.h index b6302fe4ad..b681c25a16 100644 --- a/source4/libnet/userman.h +++ b/source4/libnet/userman.h @@ -17,6 +17,8 @@ along with this program. If not, see . */ +#include "librpc/gen_ndr/misc.h" + /* * IO structures for userman.c functions -- cgit