From: Debian BOINC Maintainers Date: Thu, 17 May 2018 08:09:59 +0000 (+0100) Subject: sighandler-build-fix X-Git-Tag: archive/raspbian/8.00_svn3725-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6febcf7488e1e19a149703f45cf538173eb404ff;p=boinc-app-seti.git sighandler-build-fix Author: Gianfranco Costamagna Last-Update: 2018-05-16 Gbp-Pq: Name sighandler-build-fix.patch --- diff --git a/client/vector/sighandler.h b/client/vector/sighandler.h index b69ebec..7791fb9 100644 --- a/client/vector/sighandler.h +++ b/client/vector/sighandler.h @@ -47,6 +47,10 @@ #include #include +#if defined(HAVE_SIGACTION) +#include +#endif + #ifndef MAXSIG #ifdef NSIG