mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/arch/um/os-Linux/mem.c
 | 
						|
+++ b/arch/um/os-Linux/mem.c
 | 
						|
@@ -10,6 +10,7 @@
 | 
						|
 #include <errno.h>
 | 
						|
 #include <fcntl.h>
 | 
						|
 #include <string.h>
 | 
						|
+#include <sys/stat.h>
 | 
						|
 #include <sys/mman.h>
 | 
						|
 #include <sys/param.h>
 | 
						|
 #include "init.h"
 |