mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/vfs: vfs.c: add missing "container.h" include
This commit is contained in:
parent
47a610e732
commit
177b50dfc2
@ -23,6 +23,7 @@
|
||||
#include <fcntl.h> /* for O_ACCMODE, ..., fcntl */
|
||||
#include <unistd.h> /* for STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO */
|
||||
|
||||
#include "container.h"
|
||||
#include "modules.h"
|
||||
#include "vfs.h"
|
||||
#include "mutex.h"
|
||||
|
Loading…
Reference in New Issue
Block a user