diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-09-15 10:11:45 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-09-15 10:38:53 -0700 |
commit | 5a01071692db91a4ea7131e31c41b6426d184758 (patch) | |
tree | a7ae326383af4133ac1875816d073cafc373da58 /libcli | |
parent | 9a209ac252508bc9a5b1eaaaf256610aceb37736 (diff) | |
download | samba-5a01071692db91a4ea7131e31c41b6426d184758.tar.gz samba-5a01071692db91a4ea7131e31c41b6426d184758.tar.bz2 samba-5a01071692db91a4ea7131e31c41b6426d184758.zip |
libcli:nbt put util_net.c protos in new header file
This fixed a very odd build problem due to util.h importing
system/network.h being imported before the uid_wapper code.
Andrew Bartlett
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/nbt/lmhosts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/nbt/lmhosts.c b/libcli/nbt/lmhosts.c index db81d31f50..11703a27e8 100644 --- a/libcli/nbt/lmhosts.c +++ b/libcli/nbt/lmhosts.c @@ -23,6 +23,7 @@ #include "includes.h" #include "lib/util/xfile.h" +#include "lib/util/util_net.h" #include "system/filesys.h" #include "system/network.h" |