summaryrefslogtreecommitdiff
path: root/skip/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch
blob: de9377e87317e603689a203456c903e393677933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h
index d03c7a8..d43fda0 100644
--- a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h
+++ b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h
@@ -37,6 +37,9 @@
 #include <limits.h>
 #include <link.h>
 #include <stddef.h>
+#ifndef __GLIBC__
+#include <sys/reg.h>
+#endif
 
 #include "common/memory_range.h"