]> git.sesse.net Git - vlc/commitdiff
Missing include.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 12 Mar 2008 01:28:01 +0000 (18:28 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 12 Mar 2008 01:29:30 +0000 (18:29 -0700)
modules/video_filter/rss.c

index c7874672e9ce5426e51c36e701513148b5a62382..7d60b26cf8a28687e4735599e5cd7235c4fe35b9 100644 (file)
@@ -48,6 +48,8 @@
 
 #include "vlc_image.h"
 
+#include <time.h>
+
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/