diff options
Diffstat (limited to 'src/time/nanosleep.c')
| -rw-r--r-- | src/time/nanosleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/nanosleep.c b/src/time/nanosleep.c index cb1cfef7..5b722ae6 100644 --- a/src/time/nanosleep.c +++ b/src/time/nanosleep.c @@ -1,5 +1,5 @@ #include <time.h> -#include "../_syscall.h" +#include "_syscall.h" int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) { |
