Try and fix autoconf on the build farm. Always include sys/types.h when working out...
authorJeremy Allison <jra@samba.org>
Thu, 12 Apr 2012 00:10:27 +0000 (17:10 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 12 Apr 2012 00:11:28 +0000 (17:11 -0700)
source3/configure.in

index 0470a18c1c08577cffad8cfdaa33016c71e6d0e7..7a704d0e9257617e58ac3bd1413d0ebade9d9140 100644 (file)
@@ -2940,6 +2940,7 @@ AC_TRY_RUN([
 #include <unistd.h>
 #endif
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/stat.h>
 #ifndef HAVE_BLKCNT_T
 typedef long blkcnt_t;
@@ -2956,6 +2957,7 @@ AC_TRY_RUN([
 #include <unistd.h>
 #endif
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/stat.h>
 #ifndef HAVE_BLKCNT_T
 typedef long blkcnt_t;