diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-04-27 23:00:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 23:00:43 +0300 |
commit | 635793c855947c62af26bb5f46fd8540d8dabbb9 (patch) | |
tree | eba5cbd8928d132b6361cb5cdd98939775ed9f75 /include/nitro/os.h | |
parent | e13067a7c4c852559fb2470796b4ac180ffeb0b5 (diff) | |
parent | 7676cd5dce30f0ba7cdbf5bb4a80c4409e7ee544 (diff) |
Merge pull request #33 from red031000/os_lib
update os_lib from master and split os_alloc and os_arena
Diffstat (limited to 'include/nitro/os.h')
-rw-r--r-- | include/nitro/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nitro/os.h b/include/nitro/os.h index b8843a73..591d8db0 100644 --- a/include/nitro/os.h +++ b/include/nitro/os.h @@ -8,6 +8,7 @@ #include "types.h" #include "consts.h" #include "os_protectionRegion.h" +#include "os_arena.h" #include "os_alloc.h" #include "os_system.h" |