浏览代码

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

陈迎春 3 年之前
父节点
当前提交
f977f07ddf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/libc/posix/libdl/dlmodule.c

+ 1 - 0
components/libc/posix/libdl/dlmodule.c

@@ -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>