From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- include/sys/wait.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/sys/wait.h') diff --git a/include/sys/wait.h b/include/sys/wait.h index ad935dc8..1325885e 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -2,7 +2,9 @@ #define __WAIT_H #define __BITS_WAIT_H_ -#include +#include // for WUNTRACED +#include // for siginfo_t +#include // for pid_t, id_t #define __BITS_SIGINFO_H_ #include -- cgit v1.2.3