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/crypto/md4test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/md4test.c') diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c index 7516e826ab..4ee05c1f8b 100644 --- a/lib/crypto/md4test.c +++ b/lib/crypto/md4test.c @@ -18,7 +18,7 @@ */ #include "replace.h" -#include "../lib/util/util.h" +#include "../lib/util/samba_util.h" #include "../lib/crypto/crypto.h" struct torture_context; -- cgit