mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/ethos: add missing vfs include
This commit is contained in:
parent
e3f9252947
commit
9473f88e3a
@ -24,6 +24,9 @@
|
||||
#include "ethos.h"
|
||||
#include "isrpipe.h"
|
||||
#include "stdio_uart.h"
|
||||
#if IS_USED(MODULE_VFS)
|
||||
#include "vfs.h"
|
||||
#endif
|
||||
|
||||
extern ethos_t ethos;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user