From 97af76c4674182ae608af142a28d3eadfae6d460 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 25 Dec 2022 05:19:32 +0000 Subject: [PATCH] pidfd-utils: include wait.h for siginfo_t --- include/pidfd-utils.h | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.47.3