diff options
author | Günther Deschner <gd@samba.org> | 2011-11-03 14:40:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-03 18:35:08 +0100 |
commit | 185b94eefa009e852f93d9a00e4e8c15c64a0869 (patch) | |
tree | e684f99c579c00a35e0f5eb3ace6a58bbed28d5b /source3/libsmb/namequery.c | |
parent | 2d390991bd4726a26fac7ee5d33435bdb88e8295 (diff) | |
download | samba-185b94eefa009e852f93d9a00e4e8c15c64a0869.tar.gz |
nbt: trim down header dependencies of nbt.idl.
Guenther
Diffstat (limited to 'source3/libsmb/namequery.c')
-rw-r--r-- | source3/libsmb/namequery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index c70e68b1033..df7fdc3d9f4 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -25,6 +25,7 @@ #include "../libcli/netlogon/netlogon.h" #include "lib/async_req/async_sock.h" #include "libsmb/nmblib.h" +#include "../libcli/nbt/libnbt.h" /* nmbd.c sets this to True. */ bool global_in_nmbd = False; |