]> git.sesse.net Git - vlc/commitdiff
missing header
authorRafaël Carré <funman@videolan.org>
Sun, 27 Jan 2008 14:25:03 +0000 (14:25 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 27 Jan 2008 14:25:03 +0000 (14:25 +0000)
src/input/vlm.c

index 2cb0ef7a9792c38d1ccb9b927c9e7d547dade2a8..1edb0b285af588fd519073ecbbd76ed7f7b40d95 100644 (file)
 
 #ifdef ENABLE_VLM
 
+#ifndef WIN32
+#   include <sys/time.h>                                   /* gettimeofday() */
+#endif
+
 #ifdef HAVE_TIME_H
 #   include <time.h>                                              /* ctime() */
 #   include <sys/timeb.h>                                         /* ftime() */