1 2 3 4 5 6 7 8 9 10 11
--- src/io-x11.c.orig Wed Aug 17 17:42:04 2005 +++ src/io-x11.c Wed Aug 17 17:43:17 2005 @@ -34,7 +34,7 @@ #include <stdio.h> #include <ctype.h> #include <sys/param.h> -#define NeedFunctionPrototypes 0 +#include <X11/Xfuncproto.h> #include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h>