summaryrefslogtreecommitdiffstats
path: root/testing/qt-creator/fix-headers-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/qt-creator/fix-headers-musl.patch')
-rw-r--r--testing/qt-creator/fix-headers-musl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/qt-creator/fix-headers-musl.patch b/testing/qt-creator/fix-headers-musl.patch
new file mode 100644
index 000000000..e3f4f1a6f
--- /dev/null
+++ b/testing/qt-creator/fix-headers-musl.patch
@@ -0,0 +1,11 @@
+--- qt-creator-opensource-src-3.0.1/src/libs/zeroconf/servicebrowser.cpp.orig
++++ qt-creator-opensource-src-3.0.1/src/libs/zeroconf/servicebrowser.cpp
+@@ -45,7 +45,7 @@
+ #include <signal.h>
+ #ifdef Q_OS_UNIX
+ // for select()
+-# include <unistd.h>
++# include <sys/select.h>
+ #endif
+
+ #include <QAtomicPointer>