<sys/mman.h>: include <minix/type.h> instead of <minix/types.h> for endpoint_t
This commit is contained in:
		
							parent
							
								
									423db7d35a
								
							
						
					
					
						commit
						482afb8a6f
					
				| @ -2,8 +2,8 @@ | ||||
| #ifndef _MMAN_H | ||||
| #define _MMAN_H | ||||
| 
 | ||||
| #ifndef _TYPES_H | ||||
| #include <minix/types.h> | ||||
| #ifndef _TYPE_H | ||||
| #include <minix/type.h> | ||||
| #endif | ||||
| 
 | ||||
| /* prot argument for mmap() */ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ben Gras
						Ben Gras