diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-23 21:35:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:09 -0500 |
commit | 9b009c900987517359485799be8be4167494b376 (patch) | |
tree | 32c4443eed39226209a70f28d08d5ef1937cc106 /source4/libnet | |
parent | 6a3093d941da51ccd81600ed89771312ce4abe27 (diff) | |
download | samba-9b009c900987517359485799be8be4167494b376.tar.gz samba-9b009c900987517359485799be8be4167494b376.tar.bz2 samba-9b009c900987517359485799be8be4167494b376.zip |
r25301: Merge my includes.h cleanups.
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
Diffstat (limited to 'source4/libnet')
-rw-r--r-- | source4/libnet/libnet.h | 2 | ||||
-rw-r--r-- | source4/libnet/userman.h | 2 |
2 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ +#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 <http://www.gnu.org/licenses/>. */ +#include "librpc/gen_ndr/misc.h" + /* * IO structures for userman.c functions |