From: Geoffroy Couprie Date: Thu, 19 Feb 2009 01:42:00 +0000 (+0100) Subject: WinCE: add missing include in vlm.c X-Git-Tag: 1.0.0-pre1~576 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f129ccad24126fe9b044a57d1a77f28325f54541;p=vlc WinCE: add missing include in vlm.c --- diff --git a/src/input/vlm.c b/src/input/vlm.c index 74bfae8868..9816a4b10e 100644 --- a/src/input/vlm.c +++ b/src/input/vlm.c @@ -42,6 +42,10 @@ # include /* gettimeofday() */ #endif +#ifdef UNDER_CE +#include /* gettimeofday() */ +#endif + #ifdef HAVE_TIME_H # include /* ctime() */ # include /* ftime() */