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/util/rfc1738.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/rfc1738.c') diff --git a/lib/util/rfc1738.c b/lib/util/rfc1738.c index b45310a34b..c8f0472541 100644 --- a/lib/util/rfc1738.c +++ b/lib/util/rfc1738.c @@ -50,7 +50,7 @@ #include "includes.h" -#include "util.h" +#include "lib/util/samba_util.h" /* * RFC 1738 defines that these characters should be escaped, as well -- cgit