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