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 --- common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.c') diff --git a/common.c b/common.c index 97b9b7a6..cd732344 100644 --- a/common.c +++ b/common.c @@ -13,6 +13,10 @@ parts of fish. #include #endif +#ifdef HAVE_SIGINFO_H +#include +#endif + #include #include #include -- cgit v1.2.3