freebsd-ports/japanese/oleo/files/patch-src__io-x11.c.diff
Marcus Alves Grando 2cd22b3113 Update to 1.99.16
PR:		85084
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-10-07 17:50:42 +00:00

11 lines
301 B
Diff

--- 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>