2013-08-21 16:26:34 +02:00
|
|
|
--- FreeWnn-1.1.1-a022.bak/PubdicPlus/ctopd.c 2001-06-15 03:15:54.000000000 +0900
|
|
|
|
+++ FreeWnn-1.1.1-a022/PubdicPlus/ctopd.c 2013-08-06 20:30:27.388141217 +0900
|
2010-03-26 01:19:40 +01:00
|
|
|
@@ -25,6 +25,7 @@
|
2007-01-16 00:13:17 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <string.h>
|
|
|
|
|
|
|
|
static char *program;
|
|
|
|
|
2013-08-21 16:26:34 +02:00
|
|
|
--- FreeWnn-1.1.1-a022.bak/PubdicPlus/wtopd.c 2001-06-15 03:15:54.000000000 +0900
|
|
|
|
+++ FreeWnn-1.1.1-a022/PubdicPlus/wtopd.c 2013-08-06 20:31:09.300390651 +0900
|
2010-03-26 01:19:40 +01:00
|
|
|
@@ -25,6 +25,8 @@
|
2007-01-16 00:13:17 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <string.h>
|
|
|
|
+#include <unistd.h>
|
|
|
|
|
|
|
|
static char *program;
|
|
|
|
|