summaryrefslogtreecommitdiff
path: root/inputmethod/uim/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/uim/patches/patch-aa')
-rw-r--r--inputmethod/uim/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/inputmethod/uim/patches/patch-aa b/inputmethod/uim/patches/patch-aa
new file mode 100644
index 00000000000..1fb69891bdf
--- /dev/null
+++ b/inputmethod/uim/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2005/03/16 12:36:20 rillig Exp $
+
+--- xim/xim.h.orig Fri Oct 15 11:18:48 2004
++++ xim/xim.h Wed Mar 16 13:16:01 2005
+@@ -34,10 +34,16 @@
+ #ifndef _xim_h_included_
+ #define _xim_h_included_
+
++/* FIXME: config.h should be included from the C files, not from a header. */
++#include <config.h>
++
+ #include <X11/X.h>
+ #include <X11/Xlib.h>
+ #include <X11/keysym.h>
+ #include <list>
++#ifdef HAVE_SYS_TIME_H
++#include <sys/time.h>
++#endif
+ #include "ximserver.h"
+ #include "ximpn.h"
+