diff options
Diffstat (limited to 'hyp.c')
-rw-r--r-- | hyp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyp.c b/hyp.c index 697fed5..3285b54 100644 --- a/hyp.c +++ b/hyp.c @@ -4,6 +4,8 @@ #include <hyphen.h> #include "config.h" +extern char *dictfile; + /* Read a tag into a character array and return its length. */ int readtag(char *tag, FILE *in, FILE *out) |