diff options
Diffstat (limited to 't/helper/test-hash-speed.c')
-rw-r--r-- | t/helper/test-hash-speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-hash-speed.c b/t/helper/test-hash-speed.c index b235da594f..7de822af51 100644 --- a/t/helper/test-hash-speed.c +++ b/t/helper/test-hash-speed.c @@ -1,5 +1,5 @@ #include "test-tool.h" -#include "hash-ll.h" +#include "hash.h" #define NUM_SECONDS 3 |