[fix] fix dlmodule compile 'SEEK_END' undeclared eror (#5909)

This commit is contained in:
陈迎春 2022-05-09 09:37:17 +08:00 committed by GitHub
parent df3d16294c
commit f977f07ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "dlelf.h" #include "dlelf.h"
#ifdef RT_USING_POSIX_FS #ifdef RT_USING_POSIX_FS
#include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>