Updated include path

This commit is contained in:
Michael Mueller
2022-07-06 17:48:26 +02:00
parent 16f5ad55c8
commit 7d405d8f6a

View File

@@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. */
#include <base/component.h>
#include <mxtasking/runtime.h>
#include <mx/tasking/runtime.h>
class HelloWorldTask : public mx::tasking::TaskInterface
{
@@ -61,4 +61,4 @@ void Component::construct(Genode::Env &env)
// Schedule the task.
mx::tasking::runtime::spawn(*hello_world_task);
}
}
}