git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8447600
)
s3:libsmb: we need to include "includes.h" as first header to let code build on all...
author
Stefan Metzmacher
<metze@samba.org>
Wed, 15 Jul 2009 18:58:11 +0000
(20:58 +0200)
committer
Stefan Metzmacher
<metze@samba.org>
Wed, 15 Jul 2009 18:59:35 +0000
(20:59 +0200)
This should fix the Tru64 build.
metze
source3/libsmb/libsmb_thread_posix.c
patch
|
blob
|
history
diff --git
a/source3/libsmb/libsmb_thread_posix.c
b/source3/libsmb/libsmb_thread_posix.c
index 411ffbdfbbc269654514537f468b5fe046805f85..6519659c25cca16233bc5308693b2d7d785522d7 100644
(file)
--- a/
source3/libsmb/libsmb_thread_posix.c
+++ b/
source3/libsmb/libsmb_thread_posix.c
@@
-17,8
+17,8
@@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <pthread.h>
#include "includes.h"
+#include <pthread.h>
#include "libsmbclient.h"
#include "libsmb_internal.h"