Skip to content
Snippets Groups Projects
Commit ffbf6bc9 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent c19aa094
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@
#include <errno.h>
#include <assert.h>
#include <nuttx/fs/fs.h>
#include "libc.h"
#ifndef CONFIG_STDIO_DISABLE_BUFFERING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment