summaryrefslogtreecommitdiff
path: root/src/unistd/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getpid.c')
-rw-r--r--src/unistd/getpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/getpid.c b/src/unistd/getpid.c
index eb6be595..d1255f5d 100644
--- a/src/unistd/getpid.c
+++ b/src/unistd/getpid.c
@@ -1,7 +1,7 @@
#include "stddef.h"
#include "sys/types.h"
#include <unistd.h>
-#include "nonstd/syscall.h"
+#include "../_syscall.h"
pid_t getpid(void)
{