Cleanup symbols that should be static
[fio.git] / filehash.c
index 2d9659c5039a0e46cb79db758dcd694bc9d9971c..c6ebe761282edd5ef645042c2bbed7f8ff98792c 100644 (file)
@@ -4,6 +4,7 @@
 #include "fio.h"
 #include "flist.h"
 #include "hash.h"
+#include "filehash.h"
 
 #define HASH_BUCKETS   512
 #define HASH_MASK      (HASH_BUCKETS - 1)