]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-bloom.c
hash-ll.h: split out of hash.h to remove dependency on repository.h
[thirdparty/git.git] / t / helper / test-bloom.c
index d2b30d644da54c9da778a15960d3fecca9b927bc..aabe31d724b675e4f69c9f3760bcd0a6e8e9bbad 100644 (file)
@@ -2,6 +2,7 @@
 #include "bloom.h"
 #include "hex.h"
 #include "commit.h"
+#include "repository.h"
 #include "setup.h"
 
 static struct bloom_filter_settings settings = DEFAULT_BLOOM_FILTER_SETTINGS;