[vlc-devel] [PATCH] Include 'sys/time.h' for 'struct timeval' on OS/2
KO Myung-Hun
komh78 at gmail.com
Fri Jan 27 17:13:38 CET 2012
---
compat/poll.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/compat/poll.c b/compat/poll.c
index 0a27b71..ef00fa5 100644
--- a/compat/poll.c
+++ b/compat/poll.c
@@ -34,6 +34,7 @@
# define FD_SETSIZE 0
# include <winsock2.h>
#else
+# include <sys/time.h>
# include <sys/select.h>
#endif
--
1.7.3.2
More information about the vlc-devel
mailing list