diff options
author | Jeremy Allison <jra@samba.org> | 2009-04-14 13:02:29 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-04-14 13:02:29 -0700 |
commit | 0f1b402848d987f691d6376a624373380e7e2ce6 (patch) | |
tree | 340ae1751356c672fb950c379ac8c5e8faf050f6 | |
parent | 27a3118bcf6105848e8200c15ebab910831f73c6 (diff) | |
download | samba-0f1b402848d987f691d6376a624373380e7e2ce6.tar.gz samba-0f1b402848d987f691d6376a624373380e7e2ce6.tar.bz2 samba-0f1b402848d987f691d6376a624373380e7e2ce6.zip |
Try and fix the S4 build - include thread includes.
Jeremy.
-rw-r--r-- | source4/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) |