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 --- source3/lib/server_prefork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/server_prefork.c') diff --git a/source3/lib/server_prefork.c b/source3/lib/server_prefork.c index a241e24798e..89600aaa2ac 100644 --- a/source3/lib/server_prefork.c +++ b/source3/lib/server_prefork.c @@ -25,7 +25,7 @@ #include "system/shmem.h" #include "system/filesys.h" #include "server_prefork.h" -#include "../lib/util/util.h" +#include "../lib/util/samba_util.h" #include "../lib/util/tevent_unix.h" struct prefork_pool { -- cgit v1.2.1