From: Becky Bruce Date: Fri, 21 Oct 2005 21:16:58 +0000 (-0500) Subject: [PATCH] powerpc: Fix types.h X-Git-Tag: v2.6.15-rc1~59^2~104 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbac4973687ae32df528f2811483f92b943f251;p=linux-2.6 [PATCH] powerpc: Fix types.h Powerpc: Fix types.h I noticed that Paul had already pulled the version of types.h that is missing the config.h include into the merge tree - this patch adds it back in. Signed-off-by: Becky Bruce Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/types.h b/include/asm-powerpc/types.h index 7d803cb547..f70cd3fb32 100644 --- a/include/asm-powerpc/types.h +++ b/include/asm-powerpc/types.h @@ -64,6 +64,8 @@ typedef struct { #ifndef __ASSEMBLY__ +#include + typedef signed char s8; typedef unsigned char u8;