diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-16 10:22:31 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-16 10:49:54 +0300 |
commit | 33e112847dcd5dd5c45cdc643885c15ac2fa69fc (patch) | |
tree | 1eed82ba433c75c78019d6042df8a07b42349af2 /libavutil/x86 | |
parent | 70766c21827c1dcd3dc0ae0181aa10fae832b398 (diff) | |
download | ffmpeg-33e112847dcd5dd5c45cdc643885c15ac2fa69fc.tar.gz |
Add more missing includes after removing the implicit common.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/x86')
-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 c38ee3f4a6..b4ce7d3daf 100644 --- a/libavutil/x86/w64xmmtest.h +++ b/libavutil/x86/w64xmmtest.h @@ -23,6 +23,7 @@ #include <stdint.h> #include <stdlib.h> #include <stdarg.h> +#include <string.h> #include "libavutil/bswap.h" |