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 /libavcodec/sparc/dsputil_vis.c | |
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 'libavcodec/sparc/dsputil_vis.c')
-rw-r--r-- | libavcodec/sparc/dsputil_vis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sparc/dsputil_vis.c b/libavcodec/sparc/dsputil_vis.c index 5d8619d876..5bac83ec40 100644 --- a/libavcodec/sparc/dsputil_vis.c +++ b/libavcodec/sparc/dsputil_vis.c @@ -27,6 +27,7 @@ #include <inttypes.h> #include "libavcodec/dsputil.h" +#include "libavutil/mem.h" #include "dsputil_vis.h" #include "vis.h" |