Skip to content

Commit 4a6d84b

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? mem_pool: add GIT_TRACE_MEMPOOL support
The `#include "trace.h"` that was implied until 15db4e7 (treewide: remove unnecessary cache.h includes in source files, 2023-02-24) now needs to be made explicit. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 777388d commit 4a6d84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mem-pool.c

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "git-compat-util.h"
66
#include "mem-pool.h"
7+
#include "trace.h"
78

89
static struct trace_key trace_mem_pool = TRACE_KEY_INIT(MEMPOOL);
910
#define BLOCK_GROWTH_SIZE (1024 * 1024 - sizeof(struct mp_block))

0 commit comments

Comments
 (0)