libc/misc/fs_filesem.c references struct file_struct. Should include nuttx/fs/fs.h
This commit is contained in:
parent
c19aa094e1
commit
ffbf6bc9a6
|
@ -45,6 +45,8 @@
|
|||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <nuttx/fs/fs.h>
|
||||
|
||||
#include "libc.h"
|
||||
|
||||
#ifndef CONFIG_STDIO_DISABLE_BUFFERING
|
||||
|
|
Loading…
Reference in New Issue