File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ terms of the MIT license. A copy of the license can be found in the file
16
16
#include <string.h> // memset, strlen (for mi_strdup)
17
17
#include <stdlib.h> // malloc, abort
18
18
19
+ #define MI_IN_ALLOC_C
20
+ #include "alloc-override.c"
21
+ #undef MI_IN_ALLOC_C
22
+
19
23
// ------------------------------------------------------
20
24
// Allocation
21
25
// ------------------------------------------------------
Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ terms of the MIT license. A copy of the license can be found in the file
95
95
// Includes
96
96
// ------------------------------------------------------
97
97
98
- #include " git-compat-util.h"
99
-
98
+ #include < stddef.h> // size_t
100
99
#include < stdbool.h> // bool
101
100
#include < stdint.h> // INTPTR_MAX
102
101
You can’t perform that action at this time.
0 commit comments