diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-20 14:26:36 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-23 09:24:03 +0200 |
commit | d40fe50a6755ab701f2fe8a434f1d3331769a4c0 (patch) | |
tree | 52a3d1e3129646303f17e661a29d7ad7db4e2be7 /nsswitch/libwbclient | |
parent | 4383665101db5c2ddb37d5c90ee9304e468b0310 (diff) | |
download | samba-d40fe50a6755ab701f2fe8a434f1d3331769a4c0.tar.gz samba-d40fe50a6755ab701f2fe8a434f1d3331769a4c0.tar.bz2 samba-d40fe50a6755ab701f2fe8a434f1d3331769a4c0.zip |
build: avoid util.h as a public header name due to conflict with MacOS
Diffstat (limited to 'nsswitch/libwbclient')
-rw-r--r-- | nsswitch/libwbclient/tests/wbclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/tests/wbclient.c b/nsswitch/libwbclient/tests/wbclient.c index 12fc31ea5e..2e1d653e86 100644 --- a/nsswitch/libwbclient/tests/wbclient.c +++ b/nsswitch/libwbclient/tests/wbclient.c @@ -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) |