diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-26 17:36:02 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-03-26 17:36:02 +1100 |
commit | fae84f98e37e99e41b23739305e7331b3a34ae48 (patch) | |
tree | aea198725ee6e85dd81e8b35d7a93e1c86269a1f /libcli | |
parent | c81d2ae3c9a4f9b5d2291563f141bb10d64cd650 (diff) | |
download | samba-fae84f98e37e99e41b23739305e7331b3a34ae48.tar.gz |
libutil: moved the networking defines to util_net.h
These were causing thousands of warnings on solaris8
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/nbt/nbtname.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/nbt/nbtname.c b/libcli/nbt/nbtname.c index f890b912617..385905abf19 100644 --- a/libcli/nbt/nbtname.c +++ b/libcli/nbt/nbtname.c @@ -27,6 +27,7 @@ #include "librpc/gen_ndr/ndr_nbt.h" #include "librpc/gen_ndr/ndr_misc.h" #include "system/locale.h" +#include "lib/util/util_net.h" /* don't allow an unlimited number of name components */ #define MAX_COMPONENTS 10 |