File fix-implicit-declarations.patch of Package oto
diff -ru oto-0.4.orig/src/misc.c oto-0.4/src/misc.c --- oto-0.4.orig/src/misc.c 2001-10-14 07:15:15.000000000 +0200 +++ oto-0.4/src/misc.c 2005-09-22 14:48:27.000000000 +0200 @@ -20,6 +20,8 @@ */ #include <iconv.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> #include "ot.h" diff -ru oto-0.4.orig/src/u2c.c oto-0.4/src/u2c.c --- oto-0.4.orig/src/u2c.c 2001-09-13 21:57:38.000000000 +0200 +++ oto-0.4/src/u2c.c 2005-09-22 14:45:53.000000000 +0200 @@ -21,6 +21,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/param.h> #include "u2c.h"