diff options
author | Günther Deschner <gd@samba.org> | 2010-05-28 03:04:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-31 11:25:24 +0200 |
commit | c00407bd3589e9a459014ddb0efd986b15d2eecc (patch) | |
tree | 29f74cabc16ce25f4fd965f58904c0bc9a1bf50f /libcli | |
parent | 7426cf4306e84c994f3903b4b867cc76c45574be (diff) | |
download | samba-c00407bd3589e9a459014ddb0efd986b15d2eecc.tar.gz samba-c00407bd3589e9a459014ddb0efd986b15d2eecc.tar.bz2 samba-c00407bd3589e9a459014ddb0efd986b15d2eecc.zip |
libcli/nbt/lmhosts: fix missing prototype warning.
Andrew, please check.
Guenther
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 317ccc556c..3e746f01f2 100644 --- a/libcli/nbt/lmhosts.c +++ b/libcli/nbt/lmhosts.c @@ -26,6 +26,7 @@ #include "lib/util/util_net.h" #include "system/filesys.h" #include "system/network.h" +#include "../libcli/nbt/libnbt.h" /******************************************************** Start parsing the lmhosts file. |