mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 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) :
 |