Commit 5ffac32c 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>
(cherry picked from commit 5064767f8e2de7299bbb00652fd04ac5a70de4ce)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 550b629c
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#else #else
# include <sys/time.h> # include <sys/time.h>
# include <sys/select.h> # include <sys/select.h>
# include <fcntl.h>
#endif #endif
int (poll) (struct pollfd *fds, unsigned nfds, int timeout) 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