From b28943274b9d5a0955fa6f62694c32adeba14371 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 3 Jul 2008 10:32:08 +0200 Subject: [PATCH] [ppc] include string.h in include/asm-ppc/elf.h, needed for memset --- include/asm-ppc/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-ppc/elf.h b/include/asm-ppc/elf.h index ef1177fa4..30f63f984 100644 --- a/include/asm-ppc/elf.h +++ b/include/asm-ppc/elf.h @@ -3,6 +3,7 @@ #include #include +#include /* PowerPC relocations defined by the ABIs */ #define R_PPC_NONE 0