diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-23 17:02:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-23 17:02:05 +0000 |
commit | 08ff8a49ba12709413694e2c91fe3d65d8adda5f (patch) | |
tree | 5d58c3aec453e1d4ea551a0d48eeec9f8e151a4d /libbb/inode_hash.c | |
parent | 0b4d73a53cda7b63dac81089efefa152903d963b (diff) | |
download | busybox-w32-08ff8a49ba12709413694e2c91fe3d65d8adda5f.tar.gz busybox-w32-08ff8a49ba12709413694e2c91fe3d65d8adda5f.tar.bz2 busybox-w32-08ff8a49ba12709413694e2c91fe3d65d8adda5f.zip |
includes cleanup from Jeff Garzik
Diffstat (limited to '')
-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 */ |