From 8a45897318628900f5f062cf12227b81e3b12afc Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 25 Apr 2006 14:55:46 +0100 Subject: [PATCH] --- yaml --- r: 27964 b: refs/heads/master c: 7ab2febd4d3c6f50545cee11a116536a09748d59 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/signal.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a0ae65d5fae1..66dcab37edab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ffbc759a5b655feb69435c4dfa857c391f9dcc8 +refs/heads/master: 7ab2febd4d3c6f50545cee11a116536a09748d59 diff --git a/trunk/include/linux/signal.h b/trunk/include/linux/signal.h index 162a8fd10b29..4b42df3860ed 100644 --- a/trunk/include/linux/signal.h +++ b/trunk/include/linux/signal.h @@ -1,12 +1,12 @@ #ifndef _LINUX_SIGNAL_H #define _LINUX_SIGNAL_H -#include -#include #include #include #ifdef __KERNEL__ +#include +#include /* * These values of sa_flags are used only by the kernel as part of the