]> git.sesse.net Git - vlc/commitdiff
* include time.h when using it.
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 10 Apr 2005 23:05:44 +0000 (23:05 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 10 Apr 2005 23:05:44 +0000 (23:05 +0000)
modules/video_filter/time.c

index 744a9b7f6eff2e39aced8fd458aec7d2a9433c66..1a8597342a1ebab45584eabab3224945ed824a25 100644 (file)
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
+#ifdef HAVE_SYS_TIME_H
+#    include <sys/time.h>
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc/vout.h>