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
1616#include <string.h> // memset, strlen
1717#include <stdlib.h> // malloc, exit
1818
19+ #define MI_IN_ALLOC_C
20+ #include "alloc-override.c"
21+ #undef MI_IN_ALLOC_C
22+
1923// ------------------------------------------------------
2024// Allocation
2125// ------------------------------------------------------
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
9595// Includes
9696// ------------------------------------------------------
9797
98- #include " git-compat-util.h"
99-
98+ #include < stddef.h> // size_t
10099#include < stdbool.h> // bool
101100#include < stdint.h> // INTPTR_MAX
102101
You can’t perform that action at this time.
0 commit comments