You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/texmakerx/files/texmakerx-2.1-gcc-4.7.patch

18 lines
520 B

qtsingleapplication/qtlocalpeer.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/qtsingleapplication/qtlocalpeer.cpp b/qtsingleapplication/qtlocalpeer.cpp
index 57ed567..4997626 100644
--- a/qtsingleapplication/qtlocalpeer.cpp
+++ b/qtsingleapplication/qtlocalpeer.cpp
@@ -49,6 +49,9 @@
#include <QtCore/QCoreApplication>
#include <QtCore/QTime>
+#include <unistd.h>
+#include <sys/types.h>
+
#if defined(Q_OS_WIN)
#include <QtCore/QLibrary>
#include <QtCore/qt_windows.h>