Commit f129ccad authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE: add missing include in vlm.c

parent aaee4b60
......@@ -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() */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment