diff arm/timer.h @ 863:5fbe87df7311 libavutil

ARM: add some missing includes
author mru
date Mon, 08 Mar 2010 19:59:54 +0000
parents faf384df4bd7
children
line wrap: on
line diff
--- a/arm/timer.h	Mon Mar 08 18:43:52 2010 +0000
+++ b/arm/timer.h	Mon Mar 08 19:59:54 2010 +0000
@@ -22,6 +22,7 @@
 #define AVUTIL_ARM_TIMER_H
 
 #include <stdint.h>
+#include "config.h"
 
 #if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)