summaryrefslogtreecommitdiff
path: root/japanese/oleo/files/patch-src__xrdb.c.diff
blob: 3a636f6b588fc1bcdd61ba0d46d645a316f0434c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/xrdb.c.orig	Wed Aug 17 17:46:06 2005
+++ src/xrdb.c	Wed Aug 17 17:46:41 2005
@@ -57,7 +57,7 @@
 /* This should be included before the X include files; otherwise, we get
    warnings about redefining NULL under BSD 4.3.  */
 #include <sys/param.h>
-#define NeedFunctionPrototypes 0
+#include <X11/Xfuncproto.h>
 #include <X11/X.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>