1
0
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:
Andrew Tridgell 2005-09-26 01:46:02 +00:00 committed by Gerald (Jerry) Carter
parent 10de5cc72d
commit f2e9db908a

View File

@ -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