diff options
Diffstat (limited to 'src/code/z_malloc.c')
| -rw-r--r-- | src/code/z_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_malloc.c b/src/code/z_malloc.c index ce9b1a599..f992755a1 100644 --- a/src/code/z_malloc.c +++ b/src/code/z_malloc.c @@ -1,4 +1,4 @@ -#include <global.h> +#include "global.h" #define LOG_SEVERITY_NOLOG 0 #define LOG_SEVERITY_ERROR 2 |
