Skip to content

Commit c9bfb44

Browse files
dschomjcheetham
authored andcommitted
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 b94ef97 commit c9bfb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mem-pool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "cache.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)