Fix header inclusion

This commit is contained in:
Hardening 2014-07-04 16:11:19 +02:00
parent 4b3dc22a79
commit 16681cc91a

View File

@ -29,9 +29,10 @@
#ifdef HAVE_POLL_H
#include <poll.h>
#else
#include <time.h>
#ifndef _WIN32
#include <sys/select.h>
#endif
#endif
#include <assert.h>
#include <errno.h>