Fix missing include for macOS
This commit is contained in:
parent
bf53f044bd
commit
4b3dc22a79
@ -28,6 +28,9 @@
|
||||
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#else
|
||||
#include <time.h>
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
Loading…
Reference in New Issue
Block a user