From 3d6675fd1ee32ba0795f7f09f42a1b005ba5e621 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 22 Sep 2014 18:14:53 +1000 Subject: lib/util: Clean up includes for blocking.c Add blocking.h. Allows standalone compile without external includes.h. Signed-off-by: Martin Schwenke Reviewed-by: Jeremy Allison --- lib/util/blocking.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/util/blocking.c') diff --git a/lib/util/blocking.c b/lib/util/blocking.c index 157804a5be..358eda092a 100644 --- a/lib/util/blocking.c +++ b/lib/util/blocking.c @@ -21,10 +21,11 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include "system/network.h" #include "system/filesys.h" #include "system/locale.h" +#include "blocking.h" #undef malloc #undef strcasecmp #undef strncasecmp -- cgit