From: Eric Wong Date: Mon, 4 Sep 2023 10:36:05 +0000 (+0000) Subject: xap_helper.h: include signal.h for sig* functions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ed82d426aceb1a185071b5339f21e65e01490a;p=thirdparty%2Fpublic-inbox.git xap_helper.h: include signal.h for sig* functions This is documented by all sig* manpages of FreeBSD and Linux, but only OpenBSD fails to build without this header. --- diff --git a/lib/PublicInbox/xap_helper.h b/lib/PublicInbox/xap_helper.h index 493a24f46..0f16d316f 100644 --- a/lib/PublicInbox/xap_helper.h +++ b/lib/PublicInbox/xap_helper.h @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include