diff options
Diffstat (limited to 'testing/qt-creator/fix-headers-musl.patch')
-rw-r--r-- | testing/qt-creator/fix-headers-musl.patch | 11 |
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 0000000000..e3f4f1a6fd --- /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> |