diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-15 23:27:52 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 23:48:48 +0300 |
commit | 70766c21827c1dcd3dc0ae0181aa10fae832b398 (patch) | |
tree | 0adbb48a55eebb6da2800739982f22141dffe869 /libavutil/x86/w64xmmtest.h | |
parent | 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (diff) | |
download | ffmpeg-70766c21827c1dcd3dc0ae0181aa10fae832b398.tar.gz |
Add some more missing includes after removing the implicit common.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/x86/w64xmmtest.h')
-rw-r--r-- | libavutil/x86/w64xmmtest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/x86/w64xmmtest.h b/libavutil/x86/w64xmmtest.h index 1c1ded86ec..c38ee3f4a6 100644 --- a/libavutil/x86/w64xmmtest.h +++ b/libavutil/x86/w64xmmtest.h @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <inttypes.h> #include <stdint.h> #include <stdlib.h> #include <stdarg.h> |