From cfc57cea0c285c99dcb5ac252d5107f8fb0329e4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 Oct 1995 19:41:44 +0000 Subject: [PATCH] Move the include of Xlocale.h after setting HAVE_X11R5. --- src/xterm.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/xterm.h b/src/xterm.h index d4a9dd9027..7a1e7671ba 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -24,11 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include -#ifdef HAVE_X11R5 -#define HAVE_X_I18N -#include -#endif - #ifdef USE_X_TOOLKIT #include #include /* CoreP.h needs this */ @@ -83,6 +78,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_X11R4 #endif #endif + +#ifdef HAVE_X11R5 +#define HAVE_X_I18N +#include +#endif #define BLACK_PIX_DEFAULT(f) BlackPixel (FRAME_X_DISPLAY (f), \ XScreenNumberOfScreen (FRAME_X_SCREEN (f))) -- 2.20.1