]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-objects.c
Merge branch 'tb/shallow-cleanup'
[thirdparty/git.git] / builtin / pack-objects.c
index 03b85f5166d358bda7c8dd3d1edc3097a1227388..c5b433a23fdbf078c3e8894bdb0490ae736e02cd 100644 (file)
@@ -34,6 +34,7 @@
 #include "dir.h"
 #include "midx.h"
 #include "trace2.h"
+#include "shallow.h"
 
 #define IN_PACK(obj) oe_in_pack(&to_pack, obj)
 #define SIZE(obj) oe_size(&to_pack, obj)