[vlc-devel] commit: WinCE: add missing include in vlm.c (Geoffroy Couprie )

git version control git at videolan.org
Thu Feb 19 02:42:34 CET 2009


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Thu Feb 19 02:42:00 2009 +0100| [f129ccad24126fe9b044a57d1a77f28325f54541] | committer: Geoffroy Couprie 

WinCE: add missing include in vlm.c

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

 src/input/vlm.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index 74bfae8..9816a4b 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -42,6 +42,10 @@
 #   include <sys/time.h>                                   /* gettimeofday() */
 #endif
 
+#ifdef UNDER_CE
+#include <sys/time.h>                                      /* gettimeofday() */
+#endif
+
 #ifdef HAVE_TIME_H
 #   include <time.h>                                              /* ctime() */
 #   include <sys/timeb.h>                                         /* ftime() */




More information about the vlc-devel mailing list