1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

replace: add some includes for poll.h

See bug #8107

Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Sun Sep 16 04:05:08 CEST 2012 on sn-devel-104
This commit is contained in:
Björn Jacke
2012-09-16 02:21:39 +02:00
committed by Bjoern Jacke
parent b53c5bcf5b
commit 520c9b0b0a

View File

@ -30,6 +30,12 @@
#include "replace.h"
#include "system/select.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_SYS_IOCTL
#include <sys/ioctl.h>
#endif
int rep_poll(struct pollfd *fds, nfds_t nfds, int timeout)