summaryrefslogtreecommitdiff
path: root/app-i18n/im-freewnn/files/im-freewnn-headers.patch
blob: 290aee97bd89c609cead93aabe6e96e19f0f451b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/freewnn-utils.c
+++ b/freewnn-utils.c
@@ -18,6 +18,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdlib.h>
+#include <string.h>
+
 #include "freewnn-utils.h"
 #include "kata2hkata.h"
 
--- a/im-freewnn.c
+++ b/im-freewnn.c
@@ -26,6 +26,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <string.h>
 #include "keytable.h"
@@ -33,6 +34,7 @@
 #include <gdk/gdkkeysyms.h>
 
 #include "im-freewnn-intl.h"
+#include "freewnn-utils-ui.h"
 #include "convtable.h"
 #include "im-freewnn.h"