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 /libavcodec/ppc/dsputil_ppc.c | |
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 'libavcodec/ppc/dsputil_ppc.c')
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index df70b015c8..94e021421a 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <string.h> + #include "libavutil/cpu.h" #include "libavcodec/dsputil.h" #include "dsputil_altivec.h" |