summaryrefslogtreecommitdiffstats
path: root/src/whatfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/whatfiles.h')
-rw-r--r--src/whatfiles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/whatfiles.h b/src/whatfiles.h
index 4561c11..a4ea9cd 100644
--- a/src/whatfiles.h
+++ b/src/whatfiles.h
@@ -2,6 +2,7 @@
#define WHATFILES_H
#include <errno.h>
+#include <regex.h>
#include <stdbool.h>
#include <stdlib.h>
@@ -9,6 +10,7 @@
extern int Debug;
extern FILE *Handle;
+extern regex_t regex;
#define MODE_LEN 32
#define OUTPUT(...) fprintf(Handle, __VA_ARGS__)