File gau-0.4.1-implicit_decl.patch of Package gau
--- ansiinput.c +++ ansiinput.c @@ -1,5 +1,6 @@ /* this file is a part of gau software, (C) Hwang chi-deok 1997, 1998, 1999 */ +#include <string.h> #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include "ansiterm.h" --- misc/grimview/gzillaimage.c +++ misc/grimview/gzillaimage.c @@ -1,3 +1,4 @@ +#include <string.h> #include <gtk/gtk.h> #include "gzillaimgsink.h" --- selection.c +++ selection.c @@ -1,6 +1,7 @@ /* this file is a part of gau software, (C) Hwang chi-deok 1997-1999 */ +#include <string.h> #include <gtk/gtk.h> #include <ctype.h> #include "ansiterm.h"