]> git.sesse.net Git - vlc/commitdiff
* included wrong time.h
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 11 Apr 2005 14:13:41 +0000 (14:13 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 11 Apr 2005 14:13:41 +0000 (14:13 +0000)
modules/video_filter/time.c

index 1a8597342a1ebab45584eabab3224945ed824a25..53178d06324d364a6bd89e135234341bbf992a44 100644 (file)
@@ -27,9 +27,7 @@
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
+#include <time.h>
 
 #include <vlc/vlc.h>
 #include <vlc/vout.h>