From 7049cfee24a745b918a6a55fe0e076c1ab75f563 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 15 Apr 2011 19:33:47 +0200 Subject: signal: cleanup, include only headers that are needed Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/signal/sigpause.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/signal/sigpause.c') diff --git a/libc/signal/sigpause.c b/libc/signal/sigpause.c index 0856ba2e6..e773b3c13 100644 --- a/libc/signal/sigpause.c +++ b/libc/signal/sigpause.c @@ -22,7 +22,8 @@ #include #define __FAVOR_BSD #include -#include /* For NULL. */ +#define __need_NULL +#include #ifdef __UCLIBC_HAS_THREADS_NATIVE__ #include #endif -- cgit v1.2.3