aboutsummaryrefslogtreecommitdiffstats
path: root/testing/laminar/musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/laminar/musl.patch')
-rw-r--r--testing/laminar/musl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/laminar/musl.patch b/testing/laminar/musl.patch
new file mode 100644
index 00000000000..0763f2e9234
--- /dev/null
+++ b/testing/laminar/musl.patch
@@ -0,0 +1,12 @@
+--- a/test/eventsource.h
++++ b/test/eventsource.h
+@@ -24,6 +24,9 @@
+ #include <rapidjson/document.h>
+ #include <vector>
+
++// Definition needed for musl
++typedef unsigned long ulong;
++
+ class EventSource {
+ public:
+ EventSource(kj::AsyncIoContext& ctx, const char* httpConnectAddr, const char* path) :