diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-10 22:19:51 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-10 22:19:51 +0300 |
| commit | 2dea7718929906912270d2d02cc19fbbf2848579 (patch) | |
| tree | 9203d1c42b281afe7b507f2a89c7865414e1ae29 | |
| parent | e158ca4f377d4cc130edc195fd26a5a084a1c5a8 (diff) | |
| download | Project-Tick-2dea7718929906912270d2d02cc19fbbf2848579.tar.gz Project-Tick-2dea7718929906912270d2d02cc19fbbf2848579.zip | |
fix: add stdint.h to include parameters
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
| -rw-r--r-- | pwait.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ #include <sysexits.h> #include <unistd.h> #include <limits.h> +#include <stdint.h> static int x_pidfd_open(pid_t pid) |
