diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-10 17:28:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:39 -0500 |
commit | fd4831f1f088e1c00c2a037e200440e309014afd (patch) | |
tree | 4e07b53e2f71929db2eab58405e2277f81310bb7 /source4/param/loadparm.c | |
parent | 860a3fb21622bfad2fb8fe54097c62999b8855bc (diff) | |
download | samba-fd4831f1f088e1c00c2a037e200440e309014afd.tar.gz samba-fd4831f1f088e1c00c2a037e200440e309014afd.tar.bz2 samba-fd4831f1f088e1c00c2a037e200440e309014afd.zip |
r4650: - make more use of bitmap and enum's
- move some structs out of misc.idl
metze
(This used to be commit b6543a6e3057b5588ec50a2ebf6c7c932209efe6)
Diffstat (limited to 'source4/param/loadparm.c')
-rw-r--r-- | source4/param/loadparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 526ec8b85b..eed10fb44c 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -59,6 +59,7 @@ #include "system/network.h" #include "system/printing.h" #include "librpc/gen_ndr/ndr_svcctl.h" +#include "librpc/gen_ndr/ndr_samr.h" #include "dlinklist.h" BOOL in_client = False; /* Not in the client by default */ |