From: David Woodhouse Date: Wed, 13 Sep 2006 03:36:04 +0000 (-0700) Subject: [PATCH] headers_check: move inclusion of in X-Git-Tag: v2.6.18~13^2~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b40c274a03f70d1f758753c56452bed506e47a09;p=~shefty%2Frdma-dev.git [PATCH] headers_check: move inclusion of in Because doesn't exist in userspace, it should be only included from within #ifdef __KERNEL__. Move the corresponding #include Signed-off-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/signal.h b/include/asm-i386/signal.h index 3824a502351..c3e8adec591 100644 --- a/include/asm-i386/signal.h +++ b/include/asm-i386/signal.h @@ -2,7 +2,6 @@ #define _ASMi386_SIGNAL_H #include -#include #include #include @@ -10,6 +9,9 @@ struct siginfo; #ifdef __KERNEL__ + +#include + /* Most things should be clean enough to redefine this at will, if care is taken to make libc match. */