mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
9 lines
167 B
Diff
9 lines
167 B
Diff
+++ /src/qtsingleapplication/qtlocalpeer.cpp
|
|
@@ -57,6 +57,8 @@
|
|
#endif
|
|
#if defined(Q_OS_UNIX)
|
|
#include <time.h>
|
|
+#include <unistd.h>
|
|
+#include <sys/types.h>
|
|
#endif
|