diff options
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r-- | libbb/inode_hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index db68025dd..790af8f31 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | #include <string.h> | ||
30 | #include "libbb.h" | 31 | #include "libbb.h" |
31 | 32 | ||
32 | #define HASH_SIZE 311 /* Should be prime */ | 33 | #define HASH_SIZE 311 /* Should be prime */ |