From d36878b96205292b44861bfc3c12c8ee317424ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20N=C3=A9meth?= Date: Mon, 30 Jun 2014 10:22:51 +0000 Subject: [PATCH] add missing #include to hyphen.h --- ChangeLog | 4 ++++ hyphen.h | 2 ++ 2 files changed, 6 insertions(+) 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;