ppc: Include string.h for memset

This fixes build failures on ppc machines with a compiler that
supports -Werror=implicit-function-declaration.

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/11/head
Martin Storsjö 12 years ago
parent 68f18f0351
commit d160a2fb4c
  1. 2
      libavcodec/ppc/vp3dsp_altivec.c

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"

Loading…
Cancel
Save