ARM: add some missing includes

Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-03-08 19:59:54 +00:00
parent 97cda76a69
commit 4a89e0a675
3 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define AVUTIL_ARM_TIMER_H
#include <stdint.h>
#include "config.h"
#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)