1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/laminar/musl.patch
Michał Polański 6646fbd5f2 testing/laminar: new aport
Fast and lightweight Continuous Integration server
https://laminar.ohwg.net/
2022-06-17 02:15:19 +02:00

12 lines
306 B
Diff

--- 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) :