libc/misc/fs_filesem.c references struct file_struct. Should include nuttx/fs/fs.h

This commit is contained in:
Gregory Nutt 2017-02-09 15:16:36 -06:00
parent c19aa094e1
commit ffbf6bc9a6
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
#include <errno.h>
#include <assert.h>
#include <nuttx/fs/fs.h>
#include "libc.h"
#ifndef CONFIG_STDIO_DISABLE_BUFFERING