build: avoid util.h as a public header name due to conflict with MacOS
[ira/wip.git] / nsswitch / libwbclient / tests / wbclient.c
index 12fc31ea5e30aeb426465ba58ce4f51401d51558..2e1d653e86fe313775f8a8ebb0b44b6a9140da85 100644 (file)
@@ -29,7 +29,7 @@
 #include "lib/util/charset/charset.h"
 #include "libcli/auth/libcli_auth.h"
 #include "source4/param/param.h"
-#include "lib/util/util.h"
+#include "lib/util/samba_util.h"
 #include "lib/crypto/arcfour.h"
 
 #define WBC_ERROR_EQUAL(x,y) (x == y)