aboutsummaryrefslogtreecommitdiffstats
path: root/pack-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'pack-objects.h')
-rw-r--r--pack-objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pack-objects.h b/pack-objects.h
index 6ffbdcf79f..62806ccc39 100644
--- a/pack-objects.h
+++ b/pack-objects.h
@@ -3,6 +3,9 @@
#include "object-store.h"
#include "thread-utils.h"
+#include "pack.h"
+
+#define DEFAULT_DELTA_CACHE_SIZE (256 * 1024 * 1024)
#define OE_DFS_STATE_BITS 2
#define OE_DEPTH_BITS 12