[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

View File

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