diff options
author | maximilian attems <max@stro.at> | 2007-09-26 18:12:45 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-09-27 02:08:30 +0200 |
commit | 98127a6d4d19b3dda4c9a7ac3f5d0732500fcabb (patch) | |
tree | bab8303e91bd3a55101fc1333e3767b1c342bfc4 | |
parent | Add ANNOUNCE-2.6.1 to git (diff) | |
download | mdadm-98127a6d4d19b3dda4c9a7ac3f5d0732500fcabb.tar.xz mdadm-98127a6d4d19b3dda4c9a7ac3f5d0732500fcabb.zip |
Monitor.c include signal.h directly
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>
-rw-r--r-- | Monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |