From 00a3c8b8a9a487727dd4e5f82d4095330863107e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 7 Apr 2004 13:31:27 +0000 Subject: fix compilation after michaels anti-time change Originally committed as revision 2977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/drawtext.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vhook/drawtext.c') diff --git a/vhook/drawtext.c b/vhook/drawtext.c index df87198757..432541342b 100644 --- a/vhook/drawtext.c +++ b/vhook/drawtext.c @@ -43,17 +43,18 @@ #define MAXSIZE_TEXT 1024 +#include "framehook.h" + #include #include #include #include #include #include +#undef time #include #include -#include "framehook.h" - #include #include FT_FREETYPE_H #include FT_GLYPH_H -- cgit v1.2.3