[dmodule] 补充头文件 (#5602)

* add references

* [dmodule] add <fcntl.h>
This commit is contained in:
Man, Jianting (Meco) 2022-02-16 23:34:48 -05:00 committed by GitHub
parent 85dc9bd4a6
commit 5ec00a5a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# ARMLIB (Keil-MDK) porting for RT-Thread
https://www.keil.com/support/man/docs/armlib/
https://www.keil.com/support/man/docs/armlib/
https://www.keil.com/support/man/docs/armlib/armlib_chr1358938918041.htm

View File

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