diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:52 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:52 +0000 |
commit | 9c9a0840d04b694df9d67e7dc344f813055239e0 (patch) | |
tree | ec6b247dffeb1094c1536dc23f8bccf1a54a0e2a /libavutil/x86 | |
parent | 8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3 (diff) | |
download | ffmpeg-streaming-9c9a0840d04b694df9d67e7dc344f813055239e0.zip ffmpeg-streaming-9c9a0840d04b694df9d67e7dc344f813055239e0.tar.gz |
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/x86')
-rw-r--r-- | libavutil/x86/intreadwrite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/x86/intreadwrite.h b/libavutil/x86/intreadwrite.h index 4621f06..ff3e836 100644 --- a/libavutil/x86/intreadwrite.h +++ b/libavutil/x86/intreadwrite.h @@ -23,6 +23,7 @@ #include <stdint.h> #include "config.h" +#include "libavutil/common.h" #if HAVE_MMX |