diff --git a/kernel/src/stdio/__stdio_seek.c b/kernel/src/stdio/__stdio_seek.c index aa97b42cf2140f2a62c15a1d290f2bda68b541e2..7dc17617942d802f18982b4b6ad7dc8a49108754 100755 --- a/kernel/src/stdio/__stdio_seek.c +++ b/kernel/src/stdio/__stdio_seek.c @@ -1,6 +1,8 @@ #include "stdio_impl.h" #include -#include "los_syscall.h" +#include +#include +#include static off64_t __stdio_lseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) {