mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			381 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			381 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- qtwebengine/src/3rdparty/chromium/third_party/ots/include/opentype-sanitiser.h	2016-05-26 14:58:54.000000000 +0200
 | 
						|
+++ qtwebengine/src/3rdparty/chromium/third_party/ots/include/opentype-sanitiser.h	2016-10-01 14:31:30.885000000 +0200
 | 
						|
@@ -21,6 +21,7 @@
 | 
						|
 #define htons(x) _byteswap_ushort (x)
 | 
						|
 #else
 | 
						|
 #include <arpa/inet.h>
 | 
						|
+#include <sys/types.h>
 | 
						|
 #include <stdint.h>
 | 
						|
 #endif
 | 
						|
 
 |