]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Monitor.c include signal.h directly
authormaximilian attems <max@stro.at>
Wed, 26 Sep 2007 16:12:45 +0000 (18:12 +0200)
committerNeil Brown <neilb@suse.de>
Thu, 27 Sep 2007 00:08:30 +0000 (10:08 +1000)
another small step for better klibc support, glibc compile tested.

Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: Neil Brown <neilb@suse.de>
Monitor.c

index 91f02a4443ee861ad8cc8a6d156b6f9edb019366..246bdc02b6b73deffcf7c2e1d4756050db2490df 100644 (file)
--- a/Monitor.c
+++ b/Monitor.c
@@ -31,7 +31,7 @@
 #include       "md_p.h"
 #include       "md_u.h"
 #include       <sys/wait.h>
-#include       <sys/signal.h>
+#include       <signal.h>
 #include       <values.h>
 #include       <syslog.h>