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