diff --git a/repos/libports/include/libc/component.h b/repos/libports/include/libc/component.h index 8072a6742f..acc6e0d33a 100644 --- a/repos/libports/include/libc/component.h +++ b/repos/libports/include/libc/component.h @@ -22,12 +22,13 @@ #define _INCLUDE__LIBC__COMPONENT_H_ #include -#include #include #include +#include namespace Libc { class Env; } +namespace Vfs { struct File_system; } /** * Interface to be provided by the component implementation