8c2a95dbe2
* Mir starts up and is able to display system settings * x86_64 only for now, because at least ubuntu-app-test did not build on aarch64 Based on PureTryOut's work. Getting it to this stage was a huge effort (as it shows in the package count: 111(!)). See the merge request for details. [skip ci]: this won't finish in CI; ollieparanoid made sure that everything builds for x86_64.
12 lines
512 B
Diff
12 lines
512 B
Diff
diff --git a/include/location_service/com/ubuntu/location/service/permission_manager.h b/include/location_service/com/ubuntu/location/service/permission_manager.h
|
|
index 73b79bd..045a83d 100644
|
|
--- a/include/location_service/com/ubuntu/location/service/permission_manager.h
|
|
+++ b/include/location_service/com/ubuntu/location/service/permission_manager.h
|
|
@@ -19,6 +19,7 @@
|
|
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_SERVICE_PERMISSION_MANAGER_H_
|
|
|
|
#include <memory>
|
|
+#include <sys/types.h>
|
|
|
|
namespace com
|
|
{
|