]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/time.c
* included wrong time.h
[vlc] / 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>