freebsd-ports/astro/boinc-setiathome/files/patch-client_vector_sighandler.h
Larry Rosenman 3be55871f7 astro/boinc-astropulse: catch astro/boinc-setiathome rename, fix -lexecinfo
astro/boinc-setiathome-v8 -> astro/boinc-setiathome per adamw
- reroll local distfile to reflect real SVN revision
- fix sah_config.h C++ errors
2018-01-14 23:38:11 +00:00

10 lines
200 B
C

--- client/vector/sighandler.h.orig 2018-01-14 23:02:12 UTC
+++ client/vector/sighandler.h
@@ -44,6 +44,7 @@
#define SIGHANDLER_H
+#include <stddef.h>
#include <signal.h>
#include <setjmp.h>