object-store: move object access functions to object-store.h
[gitweb.git] / fetch-pack.c
index adc1b68dd3ae87e6ff7501e6f3f3760c7b923d5e..a1535b37b9b7a24c99e505854b1ccdd49ddd0aaa 100644 (file)
@@ -19,6 +19,7 @@
 #include "sha1-array.h"
 #include "oidset.h"
 #include "packfile.h"
+#include "object-store.h"
 
 static int transfer_unpack_limit = -1;
 static int fetch_unpack_limit = -1;