Fix missing include for macOS

This commit is contained in:
Hardening 2014-07-04 15:29:21 +02:00
parent bf53f044bd
commit 4b3dc22a79

View File

@ -28,6 +28,9 @@
#ifdef HAVE_POLL_H
#include <poll.h>
#else
#include <time.h>
#include <sys/select.h>
#endif
#include <assert.h>