diff options
Diffstat (limited to 'hashcmd.c')
| -rw-r--r-- | hashcmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,11 +31,10 @@ #include "bashansi.h" #include "shell.h" +#include "flags.h" #include "findcmd.h" #include "hashcmd.h" -extern int hashing_enabled; - HASH_TABLE *hashed_filenames = (HASH_TABLE *)NULL; static void phash_freedata __P((PTR_T)); |
