s3:libsmb: we need to include "includes.h" as first header to let code build on all...
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Jul 2009 18:58:11 +0000 (20:58 +0200)
committerStefan 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

index 411ffbdfbbc269654514537f468b5fe046805f85..6519659c25cca16233bc5308693b2d7d785522d7 100644 (file)
@@ -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"