From: Simon Ruderich Date: Sat, 16 May 2020 07:03:47 +0000 (+0200) Subject: nss/tests: add missing headers for WIFEXITED/WEXITSTATUS X-Git-Tag: 0.2~6 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=0c5845944dfc42bbb5b736527087f3e025f7f85b nss/tests: add missing headers for WIFEXITED/WEXITSTATUS Found on FreeBSD which fails to build without these headers. --- diff --git a/nss/tests/gr.c b/nss/tests/gr.c index a54e9e2..041e8d3 100644 --- a/nss/tests/gr.c +++ b/nss/tests/gr.c @@ -23,6 +23,8 @@ #include #include #include +#include +#include #include #include "../cash_nss.h" diff --git a/nss/tests/pw.c b/nss/tests/pw.c index 88260c4..80a9a5c 100644 --- a/nss/tests/pw.c +++ b/nss/tests/pw.c @@ -23,6 +23,8 @@ #include #include #include +#include +#include #include #include "../cash_nss.h"