mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			537 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			537 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Patch-Source: https://github.com/void-linux/void-packages/blob/378db3cf5087877588aebaaa8ca3c9d94dfb54e0/srcpkgs/chromium/patches/fix-missing-cstdint-include-musl.patch
 | |
| fixed in https://github.com/google/quiche/commit/4d4820f0a959be7fa22285d114a5b5b8676f10fe
 | |
| --
 | |
| --- a/net/third_party/quiche/src/quiche/http2/adapter/window_manager.h
 | |
| +++ b/net/third_party/quiche/src/quiche/http2/adapter/window_manager.h
 | |
| @@ -3,6 +3,7 @@
 | |
|  
 | |
|  #include <stddef.h>
 | |
|  
 | |
| +#include <cstdint>
 | |
|  #include <functional>
 | |
|  
 | |
|  #include "common/platform/api/quiche_export.h"
 |