mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r10493: we need sys/select.h to enable select() in the solaris workaround
(This used to be commit 144cc3da5e
)
This commit is contained in:
parent
be27946d84
commit
66ad3ab652
@ -38,6 +38,9 @@
|
||||
#include <errno.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include "tdb.h"
|
||||
|
||||
#ifndef HAVE_PREAD_DECL
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user