]> git.sesse.net Git - vlc/blobdiff - src/input/vlm.c
WinCE: add missing include in vlm.c
[vlc] / src / input / vlm.c
index 74bfae8868013f32b7766176f9bf08fc11090f07..9816a4b10e24a646315e0392f99fb2b19055c857 100644 (file)
 #   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() */