# HG changeset patch # User Richard M. Stallman # Date 815082104 0 # Node ID 620c6dc0329c086df1e258f13ece8a3acc706abc # Parent d2fd514cc0aa4509d1e3128a007d11efe891b1c9 Move the include of Xlocale.h after setting HAVE_X11R5. diff -r d2fd514cc0aa -r 620c6dc0329c src/xterm.h --- a/src/xterm.h Mon Oct 30 19:38:38 1995 +0000 +++ b/src/xterm.h Mon Oct 30 19:41:44 1995 +0000 @@ -24,11 +24,6 @@ #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 @@ #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)))