From: Tom Rini Date: Mon, 6 Jun 2005 22:50:08 +0000 (-0700) Subject: [PATCH] ppc32: add to X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=74262de5d15fe0cab9e6fe75655a502d3c90acca;p=linux-beck.git [PATCH] ppc32: add to On ppc32, uses __user, but doesn't directly include . This adds that in. Without this, glibc will not compile. Signed-off-by: Tom Rini Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-ppc/sigcontext.h b/include/asm-ppc/sigcontext.h index f82dcccdee1e..b7a417e0a921 100644 --- a/include/asm-ppc/sigcontext.h +++ b/include/asm-ppc/sigcontext.h @@ -2,7 +2,7 @@ #define _ASM_PPC_SIGCONTEXT_H #include - +#include struct sigcontext { unsigned long _unused[4];