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