diff options
Diffstat (limited to 'include/sys/wait.h')
| -rw-r--r-- | include/sys/wait.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bits/wait.h> +#include <bits/wait.h> // for WUNTRACED +#include <signal.h> // for siginfo_t +#include <sys/types.h> // for pid_t, id_t #define __BITS_SIGINFO_H_ #include <bits/siginfo.h> |
