Skip to content

Commit

Permalink
fixup??? mem_pool: add GIT_TRACE_MEMPOOL support
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Mar 23, 2023
1 parent 269029a commit 151fa33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mem-pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "git-compat-util.h"
#include "mem-pool.h"
#include "trace.h"

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

0 comments on commit 151fa33

Please sign in to comment.