1
0
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:
Kaspar Schleiser 2023-02-02 15:50:09 +01:00
parent 47a610e732
commit 177b50dfc2

View File

@ -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"