<sys/mman.h>: include <minix/type.h> instead of <minix/types.h> for endpoint_t
This commit is contained in:
parent
423db7d35a
commit
482afb8a6f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue