Commit 5064767f authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

compat: poll: fix compilation

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ecd7f4e2
......@@ -36,6 +36,7 @@
#else
# include <sys/time.h>
# include <sys/select.h>
# include <fcntl.h>
#endif
int (poll) (struct pollfd *fds, unsigned nfds, int timeout)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment