diff options
author | Günther Deschner <gd@samba.org> | 2011-11-02 20:07:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-03 18:35:08 +0100 |
commit | 2ecd50116c22536f9a77131bc14a64915a2fc12e (patch) | |
tree | 2f245dcc73fdd086367e325ebb2e7f4f3b427678 /source3 | |
parent | e426f37b64ea76e0dda19ec06b6da69f0822d599 (diff) | |
download | samba-2ecd50116c22536f9a77131bc14a64915a2fc12e.tar.gz samba-2ecd50116c22536f9a77131bc14a64915a2fc12e.tar.bz2 samba-2ecd50116c22536f9a77131bc14a64915a2fc12e.zip |
librpc: remove nbt dependency to samr.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/clidgram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index 90f06fd535..04964bd3f0 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -25,6 +25,7 @@ #include "libsmb/clidgram.h" #include "libsmb/nmblib.h" #include "messages.h" +#include "librpc/gen_ndr/samr.h" /* * cli_send_mailslot, send a mailslot for client code ... |