diff options
author | Martmists <mail@martmists.com> | 2020-04-26 08:54:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 08:54:18 +0200 |
commit | 08b8520c12dcbd6fa0d19770c512122df2303ed9 (patch) | |
tree | 74960adfb31cddcf30675a6b08e33443c9cbc98f /include/nitro/os.h | |
parent | bbd690eb994cb95f6b9c2235996278fe586f8de2 (diff) | |
parent | e028229b82c0e20aa9a8c0a88eece2a41f4a0fd4 (diff) |
Merge pull request #24 from red031000/os_lib
few cleanups to os_alloc.c
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 f1422647..b8843a73 100644 --- a/include/nitro/os.h +++ b/include/nitro/os.h @@ -7,6 +7,7 @@ #include "types.h" #include "consts.h" +#include "os_protectionRegion.h" #include "os_alloc.h" #include "os_system.h" |