slackbuilds/UNUSED/xap/goldendict/qtlocalpeer.cpp.patch
2016-09-18 22:25:38 +02:00

11 lines
356 B
Diff

--- goldendict-1.0.1-src/qtsingleapplication/src/qtlocalpeer.cpp 2010-12-04 00:12:46.000000000 +0300
+++ goldendict-1.0.1-src.new/qtsingleapplication/src/qtlocalpeer.cpp 2015-06-22 19:01:35.233399706 +0300
@@ -50,6 +50,8 @@
#endif
#if defined(Q_OS_UNIX)
#include <time.h>
+#include <unistd.h>
+#include <sys/types.h>
#endif
namespace QtLP_Private {