Try and fix the S4 build - include thread includes.
authorJeremy Allison <jra@samba.org>
Tue, 14 Apr 2009 20:02:29 +0000 (13:02 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 14 Apr 2009 20:02:29 +0000 (13:02 -0700)
Jeremy.

source4/include/includes.h

index d9b7759e7e9ee47807ce498b15706e69affc5d12..4862a62e22c4ca9d93bfe25b91e9f486e102b034 100644 (file)
 /* 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)