$OpenBSD: patch-vcl_unx_source_app_i18n_xkb_cxx,v 1.3 2006/12/13 10:25:14 robert Exp $
--- vcl/unx/source/app/i18n_xkb.cxx.orig.port	Fri Dec  1 18:58:04 2006
+++ vcl/unx/source/app/i18n_xkb.cxx	Mon Dec 11 22:27:44 2006
@@ -39,7 +39,7 @@
 
 #include <stdio.h>
 
-#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) // should really check for xfree86 or for X11R6.1 and higher
+#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) // should really check for xfree86 or for X11R6.1 and higher
 #define __XKeyboardExtension__ 1
 #else
 #define __XKeyboardExtension__ 0
