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