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