mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
committed by
Norman Feske
parent
38ae718509
commit
042ff27366
@ -22,12 +22,13 @@
|
|||||||
#define _INCLUDE__LIBC__COMPONENT_H_
|
#define _INCLUDE__LIBC__COMPONENT_H_
|
||||||
|
|
||||||
#include <util/meta.h>
|
#include <util/meta.h>
|
||||||
#include <vfs/file_system.h>
|
|
||||||
#include <base/env.h>
|
#include <base/env.h>
|
||||||
#include <base/stdint.h>
|
#include <base/stdint.h>
|
||||||
|
#include <util/xml_node.h>
|
||||||
|
|
||||||
namespace Libc { class Env; }
|
namespace Libc { class Env; }
|
||||||
|
|
||||||
|
namespace Vfs { struct File_system; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface to be provided by the component implementation
|
* Interface to be provided by the component implementation
|
||||||
|
Reference in New Issue
Block a user