diff options
Diffstat (limited to 'src/unistd/getppid.c')
-rw-r--r-- | src/unistd/getppid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/unistd/getppid.c b/src/unistd/getppid.c index 931ea41c..99504aa5 100644 --- a/src/unistd/getppid.c +++ b/src/unistd/getppid.c @@ -1,6 +1,4 @@ -#include "stddef.h" -#include "sys/types.h" -#include <unistd.h> +#include <sys/types.h> #include "_syscall.h" pid_t getppid(void) |