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 /source4/librpc | |
parent | c81d2ae3c9a4f9b5d2291563f141bb10d64cd650 (diff) | |
download | samba-fae84f98e37e99e41b23739305e7331b3a34ae48.tar.gz samba-fae84f98e37e99e41b23739305e7331b3a34ae48.tar.bz2 samba-fae84f98e37e99e41b23739305e7331b3a34ae48.zip |
libutil: moved the networking defines to util_net.h
These were causing thousands of warnings on solaris8
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/tests/binding_string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/tests/binding_string.c b/source4/librpc/tests/binding_string.c index 01cdfae80d..6de94eb58b 100644 --- a/source4/librpc/tests/binding_string.c +++ b/source4/librpc/tests/binding_string.c @@ -24,6 +24,7 @@ #include "librpc/rpc/dcerpc.h" #include "librpc/rpc/dcerpc_proto.h" #include "torture/torture.h" +#include "lib/util/util_net.h" static bool test_BindingString(struct torture_context *tctx, const void *test_data) |