3ff80c84d8
Copy from M17N/fwnn based on submit request 34857 from user coolo OBS-URL: https://build.opensuse.org/request/show/34857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwnn?expand=0&rev=8
72 lines
1.6 KiB
Diff
72 lines
1.6 KiB
Diff
--- BUILD/FreeWnn-1.1.1-a021/PubdicPlus/ctopd.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/PubdicPlus/ctopd.c
|
|
@@ -25,6 +25,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
|
|
static char *program;
|
|
|
|
--- BUILD/FreeWnn-1.1.1-a021/PubdicPlus/wtopd.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/PubdicPlus/wtopd.c
|
|
@@ -25,6 +25,8 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
+#include <unistd.h>
|
|
|
|
static char *program;
|
|
|
|
--- BUILD/FreeWnn-1.1.1-a021/Wnn/uum/basic_op.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/Wnn/uum/basic_op.c
|
|
@@ -48,6 +48,7 @@
|
|
# include <malloc.h>
|
|
# endif
|
|
#endif /* STDC_HEADERS */
|
|
+#include <string.h>
|
|
#include "jllib.h"
|
|
#include "commonhd.h"
|
|
#include "sdefine.h"
|
|
--- BUILD/FreeWnn-1.1.1-a021/Wnn/uum/hinsi.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/Wnn/uum/hinsi.c
|
|
@@ -30,6 +30,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "commonhd.h"
|
|
#include "sdefine.h"
|
|
#include "sheader.h"
|
|
--- BUILD/FreeWnn-1.1.1-a021/Wnn/uum/jikouho.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/Wnn/uum/jikouho.c
|
|
@@ -30,6 +30,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "jllib.h"
|
|
#include "commonhd.h"
|
|
#include "sdefine.h"
|
|
--- BUILD/FreeWnn-1.1.1-a021/Wnn/uum/printf.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/Wnn/uum/printf.c
|
|
@@ -30,6 +30,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "commonhd.h"
|
|
#include "sdefine.h"
|
|
#include "sheader.h"
|
|
--- BUILD/FreeWnn-1.1.1-a021/Wnn/uum/touroku.c
|
|
+++ BUILD/FreeWnn-1.1.1-a021/Wnn/uum/touroku.c
|
|
@@ -32,6 +32,7 @@
|
|
/* ÅÐÏ¿¤Î¤¿¤á¤Î¥ë¡¼¥Á¥ó */
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "jllib.h"
|
|
#include "commonhd.h"
|
|
#include "sdefine.h"
|