diff options
Diffstat (limited to 'source4/lib/tdb/config.m4')
-rw-r--r-- | source4/lib/tdb/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/config.m4 b/source4/lib/tdb/config.m4 index 58fdc02eb9..e37662fe52 100644 --- a/source4/lib/tdb/config.m4 +++ b/source4/lib/tdb/config.m4 @@ -1,5 +1,5 @@ AC_CHECK_FUNCS(mmap pread pwrite getpagesize) -AC_CHECK_HEADERS(getopt.h) +AC_CHECK_HEADERS(getopt.h sys/select.h) AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions]) |