summaryrefslogtreecommitdiff
path: root/extra/hyphen/hyphen-2.8.7-include-stdio-h.patch
blob: a1ada71c5897497c0ef4a6d7307fbd5962f99343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rupN a/hyphen.h b/hyphen.h
--- a/hyphen.h	2013-03-18 11:49:03.000000000 +0100
+++ b/hyphen.h	2014-07-03 20:44:33.209910415 +0200
@@ -55,6 +55,8 @@
 extern "C" {
 #endif /* __cplusplus */
 
+#include <stdio.h>
+
 typedef struct _HyphenDict HyphenDict;
 typedef struct _HyphenState HyphenState;
 typedef struct _HyphenTrans HyphenTrans;