[vlc-devel] commit: Missing include. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Mar 12 02:29:25 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 11 18:28:01 2008 -0700| [17e390747cc2335d797cae1897f27c382062ca40]

Missing include.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17e390747cc2335d797cae1897f27c382062ca40
---

 modules/video_filter/rss.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/video_filter/rss.c b/modules/video_filter/rss.c
index c787467..7d60b26 100644
--- a/modules/video_filter/rss.c
+++ b/modules/video_filter/rss.c
@@ -48,6 +48,8 @@
 
 #include "vlc_image.h"
 
+#include <time.h>
+
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/




More information about the vlc-devel mailing list