From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavutil/x86/timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg/libavutil/x86/timer.h') diff --git a/ffmpeg/libavutil/x86/timer.h b/ffmpeg/libavutil/x86/timer.h index 5969876..d812d46 100644 --- a/ffmpeg/libavutil/x86/timer.h +++ b/ffmpeg/libavutil/x86/timer.h @@ -36,6 +36,7 @@ static inline uint64_t read_time(void) #elif HAVE_RDTSC +#include #define AV_READ_TIME __rdtsc #endif /* HAVE_INLINE_ASM */ -- cgit v1.2.3