[fix] sal build error.
This commit is contained in:
parent
1b59c20203
commit
c9a63df925
|
@ -55,7 +55,7 @@ extern "C" {
|
|||
|
||||
struct stat
|
||||
{
|
||||
struct rt_device *st_dev;
|
||||
dev_t st_dev;
|
||||
uint16_t st_ino;
|
||||
uint16_t st_mode;
|
||||
uint16_t st_nlink;
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include <rtthread.h>
|
||||
#include <rthw.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue