]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bundle.c
object-store: move object access functions to object-store.h
[thirdparty/git.git] / bundle.c
index 902c9b54485be2000696a697472fa10d97b36153..00ada05f46c80c959253b418bc25a40478721654 100644 (file)
--- a/bundle.c
+++ b/bundle.c
@@ -1,6 +1,7 @@
 #include "cache.h"
 #include "lockfile.h"
 #include "bundle.h"
+#include "object-store.h"
 #include "object.h"
 #include "commit.h"
 #include "diff.h"