From d1e42f5a7166fc98595772ffdd3cfc75fcfa574d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 3 Jul 2014 11:51:53 +0200 Subject: [PATCH] missing include for FILE --- hyphen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyphen.h b/hyphen.h index 9aa057e..b3b8fae 100644 --- a/hyphen.h +++ b/hyphen.h @@ -51,6 +51,8 @@ #ifndef __HYPHEN_H__ #define __HYPHEN_H__ +#include + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -- 1.9.3