diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 19:59:54 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 19:59:54 +0000 |
commit | 4a89e0a6752e737d7e3ce7cb69f2068ef551dc4c (patch) | |
tree | d76b9ad36eac20adc7df29d89138462c3269c7e7 /libavutil | |
parent | 97cda76a69afe59dae6168f8bf13a9170343d380 (diff) | |
download | ffmpeg-4a89e0a6752e737d7e3ce7cb69f2068ef551dc4c.tar.gz |
ARM: add some missing includes
Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/arm/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/arm/timer.h b/libavutil/arm/timer.h index 0455d6af33..5e8bc8edd0 100644 --- a/libavutil/arm/timer.h +++ b/libavutil/arm/timer.h @@ -22,6 +22,7 @@ #define AVUTIL_ARM_TIMER_H #include <stdint.h> +#include "config.h" #if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__) |