--- Wnn/jlib/js.c.orig 2007-11-11 17:46:58.000000000 +0900 +++ Wnn/jlib/js.c 2007-11-11 17:47:59.000000000 +0900 @@ -159,9 +159,9 @@ */ -extern char *malloc(); - #include +#include +#include #include #ifdef UX386 #include @@ -199,8 +199,6 @@ #include "../etc/pwd.c" -char *malloc(); - typedef struct _host_address { int address_len; char *address;