diff --git a/ChangeLog b/ChangeLog index 22cd55e..ff4931e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-30 Rene Engelhard : + * add missing stdio.h to hyphen.h, reported by David Suárez + in deb#753218. + 2014-06-26 Caolán McNamara : * clang scan-build warnings diff --git a/hyphen.h b/hyphen.h index 9aa057e..2b4e146 100644 --- a/hyphen.h +++ b/hyphen.h @@ -55,6 +55,8 @@ extern "C" { #endif /* __cplusplus */ +#include + typedef struct _HyphenDict HyphenDict; typedef struct _HyphenState HyphenState; typedef struct _HyphenTrans HyphenTrans;