mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r10495: older redhat boxes need sys/time.h for select()
(This used to be commit a11762e7bc
)
This commit is contained in:
parent
10de5cc72d
commit
f2e9db908a
@ -41,6 +41,9 @@
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include "tdb.h"
|
||||
|
||||
#ifndef HAVE_PREAD_DECL
|
||||
|
Loading…
Reference in New Issue
Block a user