mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Updated include path
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user