diff options
Diffstat (limited to 'src/code/__osMalloc.c')
| -rw-r--r-- | src/code/__osMalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/__osMalloc.c b/src/code/__osMalloc.c index 6b4d84eaf..5a304171b 100644 --- a/src/code/__osMalloc.c +++ b/src/code/__osMalloc.c @@ -1,5 +1,5 @@ -#include <global.h> -#include <vt.h> +#include "global.h" +#include "vt.h" #define FILL_ALLOCBLOCK (1 << 0) #define FILL_FREEBLOCK (1 << 1) |
