mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 12:51:29 +02:00
18 lines
455 B
Diff
18 lines
455 B
Diff
Upstream merge-request: https://github.com/sailfishos/user-managerd/pull/10
|
|
|
|
diff --git a/sailfishusermanager.h b/sailfishusermanager.h
|
|
index 93cd3df..cd723f8 100644
|
|
--- a/sailfishusermanager.h
|
|
+++ b/sailfishusermanager.h
|
|
@@ -10,6 +10,10 @@
|
|
#ifndef SAILFISHUSERMANAGER_H
|
|
#define SAILFISHUSERMANAGER_H
|
|
|
|
+#ifndef __GLIBC__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
+
|
|
#include "sailfishusermanagerinterface.h"
|
|
#include "systemdmanager.h"
|
|
#include <QDBusContext>
|