diff --git a/components/libc/armlibc/fcntl.h b/components/libc/armlibc/fcntl.h index e69de29bb2..36c06bbb1d 100644 --- a/components/libc/armlibc/fcntl.h +++ b/components/libc/armlibc/fcntl.h @@ -0,0 +1,6 @@ +#ifndef FCNTL_H__ +#define FCNTL_H__ + +#include + +#endif