From 2fca950d68bff3641ed3ac4bdaee1d16f0cca88a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 15 Jul 2009 20:58:11 +0200 Subject: s3:libsmb: we need to include "includes.h" as first header to let code build on all platforms This should fix the Tru64 build. metze --- source3/libsmb/libsmb_thread_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/libsmb_thread_posix.c b/source3/libsmb/libsmb_thread_posix.c index 411ffbdfbb..6519659c25 100644 --- 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 . */ -#include #include "includes.h" +#include #include "libsmbclient.h" #include "libsmb_internal.h" -- cgit