diff --git a/TactilityKernel/Source/drivers/root.cpp b/TactilityKernel/Source/drivers/root.cpp index f1c04ccd..c6dc5349 100644 --- a/TactilityKernel/Source/drivers/root.cpp +++ b/TactilityKernel/Source/drivers/root.cpp @@ -3,6 +3,7 @@ #include #include #include +#include extern "C" { @@ -18,7 +19,8 @@ Driver root_driver = { .stop_device = nullptr, .api = nullptr, .device_type = nullptr, - .owner = nullptr + .owner = nullptr, + .internal = nullptr }; }