summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0470a18c1c..7a704d0e92 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -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;