| Submitter | Andrey Volkov |
|---|---|
| Date | May 8, 2010, 7:56 p.m. |
| Message ID | <4BE5C203.6060509@varma-el.com> |
| Download | mbox | patch |
| Permalink | /patch/51974/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/include/asm/ptrace.h b/arch/powerpc/include/asm/ptrace.h index 9e2d84c..025912b 100644 --- a/arch/powerpc/include/asm/ptrace.h +++ b/arch/powerpc/include/asm/ptrace.h @@ -27,8 +27,10 @@ #ifdef __KERNEL__ #include <linux/types.h> #else +#ifndef __ASSEMBLY__ #include <stdint.h> #endif +#endif #ifndef __ASSEMBLY__