diff -rc tvtwm/gram.y tvtwm_hacked/gram.y *** tvtwm/gram.y Tue Nov 23 05:10:49 1993 --- tvtwm_hacked/gram.y Sun May 24 18:58:09 2009 *************** *** 40,47 **** %{ #ifndef YYBISON /* bison includes stdio.h automatically */ - #include #endif #include #include "twm.h" #include "menus.h" --- 40,47 ---- %{ #ifndef YYBISON /* bison includes stdio.h automatically */ #endif + #include #include #include "twm.h" #include "menus.h" diff -rc tvtwm/parse.c tvtwm_hacked/parse.c *** tvtwm/parse.c Fri Feb 3 09:17:00 1995 --- tvtwm_hacked/parse.c Sun May 24 19:05:44 2009 *************** *** 1627,1633 **** if (fres == 0) { extern Display *dpy; extern char *display_name; ! static char *m4_defs(); char *tmp_file; /* Child */ --- 1627,1633 ---- if (fres == 0) { extern Display *dpy; extern char *display_name; ! char *m4_defs(); char *tmp_file; /* Child */ *************** *** 1741,1747 **** } #endif ! static char *m4_defs(display, host) Display *display; char *host; { --- 1741,1747 ---- } #endif ! char *m4_defs(display, host) Display *display; char *host; {