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 --- nsswitch/libwbclient/tests/wbclient.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch/libwbclient') diff --git a/nsswitch/libwbclient/tests/wbclient.c b/nsswitch/libwbclient/tests/wbclient.c index 6d4ea86de3..007404024d 100644 --- a/nsswitch/libwbclient/tests/wbclient.c +++ b/nsswitch/libwbclient/tests/wbclient.c @@ -22,6 +22,7 @@ #include "nsswitch/libwbclient/wbc_async.h" #include "torture/smbtorture.h" #include "torture/winbind/proto.h" +#include "lib/util/util_net.h" #define WBC_ERROR_EQUAL(x,y) (x == y) -- cgit