From 0f1b402848d987f691d6376a624373380e7e2ce6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 14 Apr 2009 13:02:29 -0700 Subject: Try and fix the S4 build - include thread includes. Jeremy. --- source4/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include') diff --git a/source4/include/includes.h b/source4/include/includes.h index d9b7759e7e..4862a62e22 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -64,6 +64,10 @@ /* String routines */ #include "../lib/util/safe_string.h" +/* Thread functions. */ +#include "../lib/util/smb_threads.h" +#include "../lib/util/smb_threads_internal.h" + #if 0 /* darn, we can't do this now that we don't link the ldb tools to all the smb libs */ #define TALLOC_ABORT(reason) smb_panic(reason) -- cgit