summaryrefslogtreecommitdiff
path: root/hashcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hashcmd.c')
-rw-r--r--hashcmd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hashcmd.c b/hashcmd.c
index fc0bfbe2..c53764f1 100644
--- a/hashcmd.c
+++ b/hashcmd.c
@@ -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));