From fae84f98e37e99e41b23739305e7331b3a34ae48 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 26 Mar 2010 17:36:02 +1100 Subject: libutil: moved the networking defines to util_net.h These were causing thousands of warnings on solaris8 --- source4/librpc/tests/binding_string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc') 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) -- cgit