[vlc-commits] Include 'sys/time.h' for 'struct timeval' on OS/2

KO Myung-Hun git at videolan.org
Fri Jan 27 22:36:33 CET 2012


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Sat Jan 28 01:13:38 2012 +0900| [459a3250857de474f9755c5d1e77699cb08de6ea] | committer: Rémi Denis-Courmont

Include 'sys/time.h' for 'struct timeval' on OS/2

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=459a3250857de474f9755c5d1e77699cb08de6ea
---

 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
 



More information about the vlc-commits mailing list