From 98127a6d4d19b3dda4c9a7ac3f5d0732500fcabb Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Wed, 26 Sep 2007 18:12:45 +0200 Subject: Monitor.c include signal.h directly another small step for better klibc support, glibc compile tested. Signed-off-by: maximilian attems Signed-off-by: Neil Brown --- Monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.c b/Monitor.c index 91f02a4..246bdc0 100644 --- a/Monitor.c +++ b/Monitor.c @@ -31,7 +31,7 @@ #include "md_p.h" #include "md_u.h" #include -#include +#include #include #include -- cgit