The branch, master has been updated
       via  0f1b402848d987f691d6376a624373380e7e2ce6 (commit)
      from  27a3118bcf6105848e8200c15ebab910831f73c6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0f1b402848d987f691d6376a624373380e7e2ce6
Author: Jeremy Allison <[email protected]>
Date:   Tue Apr 14 13:02:29 2009 -0700

    Try and fix the S4 build - include thread includes.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source4/include/includes.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/include/includes.h b/source4/include/includes.h
index d9b7759..4862a62 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)


-- 
Samba Shared Repository

Reply via email to