diff options
Diffstat (limited to 'src/unistd/lseek.c')
-rw-r--r-- | src/unistd/lseek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/lseek.c b/src/unistd/lseek.c index dd194761..52665cd6 100644 --- a/src/unistd/lseek.c +++ b/src/unistd/lseek.c @@ -1,7 +1,7 @@ #include "stddef.h" #include "sys/types.h" #include <unistd.h> -#include "nonstd/syscall.h" +#include "../_syscall.h" off_t lseek(int fildes, off_t offset, int whence) { |