mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 14:33:31 +08:00
9 lines
95 B
C
9 lines
95 B
C
#ifndef FCNTL_H__
|
|
#define FCNTL_H__
|
|
|
|
#ifdef RT_USING_DFS
|
|
#include <dfs_posix.h>
|
|
#endif
|
|
|
|
#endif
|