diff libvo/sub.c @ 24378:9cea788cf2b3

warning fix: sub.c: In function 'vo_update_text_teletext': sub.c:293: warning: implicit declaration of function 'GetTimer'
author diego
date Mon, 10 Sep 2007 11:10:50 +0000
parents 09d402672398
children 6d5999a6b4e2
line wrap: on
line diff
--- a/libvo/sub.c	Mon Sep 10 10:57:40 2007 +0000
+++ b/libvo/sub.c	Mon Sep 10 11:10:50 2007 +0000
@@ -16,6 +16,7 @@
 
 #ifdef HAVE_TV_TELETEXT
 #include "stream/tv.h"
+#include "osdep/timer.h"
 #endif
 
 #include "mplayer.h"