From cbdb3653da95b07fe269ef8cc166f4d7882717b8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Apr 1995 21:19:26 +0000 Subject: [HAVE_UNISTD_H]: Include unistd.h so it can declare sys_siglist. --- signame.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'signame.c') diff --git a/signame.c b/signame.c index 4f740e7..637b060 100644 --- a/signame.c +++ b/signame.c @@ -23,6 +23,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif +/* Some systems declare `sys_siglist in ; if + configure defined SYS_SIGLIST_DECLARED, it may expect + to find the declaration there. */ +#ifdef HAVE_UNISTD_H +#include +#endif + + /* Some systems do not define NSIG in . */ #ifndef NSIG #ifdef _NSIG -- cgit v1.2.3