mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
sys/mman: fix missing include
This commit is contained in:
parent
143029a837
commit
ed52c1d7c2
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ extern "C" {
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef __KERNEL_MEMORY_H__
|
||||
// mapping flags
|
||||
|
|
Loading…
Reference in a new issue