From: Thomas Weißschuh Date: Sun, 25 Dec 2022 05:19:32 +0000 (+0000) Subject: pidfd-utils: include wait.h for siginfo_t X-Git-Tag: v2.39-rc1~203^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97af76c4674182ae608af142a28d3eadfae6d460;p=thirdparty%2Futil-linux.git pidfd-utils: include wait.h for siginfo_t --- diff --git a/include/pidfd-utils.h b/include/pidfd-utils.h index d9e33cbc57..f1715681fa 100644 --- a/include/pidfd-utils.h +++ b/include/pidfd-utils.h @@ -9,6 +9,7 @@ # endif # include # ifndef HAVE_PIDFD_SEND_SIGNAL +# include static inline int pidfd_send_signal(int pidfd, int sig, siginfo_t *info, unsigned int flags) {