]> git.sesse.net Git - vlc/commitdiff
WinCE: add missing include in vlm.c
authorGeoffroy Couprie <geo.couprie@gmail.com>
Thu, 19 Feb 2009 01:42:00 +0000 (02:42 +0100)
committerGeoffroy Couprie <geo.couprie@gmail.com>
Thu, 19 Feb 2009 01:42:00 +0000 (02:42 +0100)
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() */