From: Debian BOINC Maintainers Date: Tue, 5 Jun 2018 22:03:28 +0000 (+0100) Subject: sighandler-build-fix X-Git-Tag: archive/raspbian/8.00_svn3725-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ba31aa05e9ba7ce1e327c9e7282da4eb77c1c7d9;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