From d40fe50a6755ab701f2fe8a434f1d3331769a4c0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 20 Sep 2011 14:26:36 -0700 Subject: build: avoid util.h as a public header name due to conflict with MacOS --- lib/async_req/async_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/async_req') diff --git a/lib/async_req/async_sock.c b/lib/async_req/async_sock.c index 3c68a1c4de..545d21378f 100644 --- a/lib/async_req/async_sock.c +++ b/lib/async_req/async_sock.c @@ -30,7 +30,7 @@ /* Note: lib/util/ is currently GPL */ #include "lib/util/tevent_unix.h" -#include "lib/util/util.h" +#include "lib/util/samba_util.h" #ifndef TALLOC_FREE #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) -- cgit