From: Simon Wilkinson Date: Wed, 11 Nov 2009 08:28:32 +0000 (+0000) Subject: Include signal.h for sigfillset X-Git-Tag: openafs-devel-1_5_67~66 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c90132f2af3455948f029f9c475c768e476f66e4;p=packages%2Fo%2Fopenafs.git Include signal.h for sigfillset f6ce2af008feb615e94d924fc9f81e2098e73e7c added a call to AFS_SIGSET_CLEAR to vol/volume.c. However, it didn't add signal.h to this file. As AFS_SIGSET_CLEAR calls sigfillset(), this broke checked builds. Add signal.h to the list of headers to fix the build warning. Change-Id: Ib861abfbd153f6ef2ff4b42ea03b5604a95975d4 Reviewed-on: http://gerrit.openafs.org/806 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/vol/volume.c b/src/vol/volume.c index 10a8d31cb..28bb943a5 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -25,6 +25,7 @@ #include #include #include +#include #ifndef AFS_NT40_ENV #include #if !defined(AFS_SGI_ENV)