mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 08:55:20 +02:00
12 lines
306 B
Diff
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) :
|