From 7ba426fb285aa6abc6f6657ad8d02a8e55907715 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 13 Oct 2004 22:05:40 +0000 Subject: [PATCH] Include Xutil.h after keysym.h to work around bug (incorrectly recognising AltGr key) in some X versions. --- src/xterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.h b/src/xterm.h index 1ff0201928d..ad5374ace6f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */ #include #include -#include #include +#include #include #include -- 2.39.5