aboutsummaryrefslogtreecommitdiff
path: root/sys/include/vm/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/vm/map.h')
-rw-r--r--sys/include/vm/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/vm/map.h b/sys/include/vm/map.h
index 679831b..603da92 100644
--- a/sys/include/vm/map.h
+++ b/sys/include/vm/map.h
@@ -31,6 +31,7 @@
#define _VM_MMAP_H_
#include <sys/types.h>
+#include <sys/cdefs.h>
#include <vm/pmap.h>
int vm_map_create(vaddr_t va, paddr_t pa, vm_prot_t prot, size_t bytes);