From 60f05338216ecd819fe9889124b4d40049d830cb Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 31 Jul 2006 06:26:59 +1000 Subject: Include siginfo.h in all signal-using files to make Solaris happy. Thanks to Netocrat for the report and a description of the solution. darcs-hash:20060730202659-ac50b-1840aff40ec2467242bd107676c7426cdb14f643.gz --- proc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 4c5e50df..bf6cbfdf 100644 --- a/proc.c +++ b/proc.c @@ -42,6 +42,9 @@ Some of the code in this file is based on code from the Glibc manual. #include #endif +#ifdef HAVE_SIGINFO_H +#include +#endif #include "fallback.h" #include "util.h" -- cgit v1.2.3