object-store: move object access functions to object-store.h
[gitweb.git] / builtin / receive-pack.c
index c4272fbc96dc274f3287ab01f3fbe57c2cdb9d9c..36906fd5e98cc71728dde8b35c78219caef9c82a 100644 (file)
@@ -25,6 +25,7 @@
 #include "tmp-objdir.h"
 #include "oidset.h"
 #include "packfile.h"
+#include "object-store.h"
 #include "protocol.h"
 
 static const char * const receive_pack_usage[] = {