1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib: Avoid an includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2017-01-08 19:52:47 +00:00
parent e78b887531
commit 0b6156f8da

View File

@ -18,10 +18,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
#include "replace.h"
#include "system/filesys.h"
#include "system/select.h"
#include "lib/util/select.h"
#include "lib/util/time.h"
int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout)
{