summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2014-06-30 10:22:51 +0000
committerLászló Németh <nemeth@numbertext.org>2014-06-30 10:22:51 +0000
commitd36878b96205292b44861bfc3c12c8ee317424ac (patch)
tree758cf0e0b909ea90782d76c9eaec619485c66868
parent7b5c8ef7618e035cb305c58103132049f76f066f (diff)
downloadhyphen-d36878b96205292b44861bfc3c12c8ee317424ac.tar.gz
add missing #include <stdio.h> to hyphen.h
-rw-r--r--ChangeLog4
-rw-r--r--hyphen.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22cd55e..ff4931e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-30 Rene Engelhard <rene at rene - engelhard dot de>:
+ * add missing stdio.h to hyphen.h, reported by David Suárez
+ in deb#753218.
+
2014-06-26 Caolán McNamara <caolán at redhat dot com>:
* 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 <stdio.h>
+
typedef struct _HyphenDict HyphenDict;
typedef struct _HyphenState HyphenState;
typedef struct _HyphenTrans HyphenTrans;