diff src/xterm.h @ 13346:620c6dc0329c

Move the include of Xlocale.h after setting HAVE_X11R5.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Oct 1995 19:41:44 +0000
parents 2edc6ae38a78
children 72e8212db4d9
line wrap: on
line diff
--- 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 <X11/Xatom.h>
 #include <X11/Xresource.h>
 
-#ifdef HAVE_X11R5
-#define HAVE_X_I18N
-#include <X11/Xlocale.h>
-#endif
-
 #ifdef USE_X_TOOLKIT
 #include <X11/StringDefs.h>
 #include <X11/IntrinsicP.h>	/* CoreP.h needs this */
@@ -83,6 +78,11 @@
 #define HAVE_X11R4
 #endif
 #endif
+
+#ifdef HAVE_X11R5
+#define HAVE_X_I18N
+#include <X11/Xlocale.h>
+#endif
 
 #define BLACK_PIX_DEFAULT(f) BlackPixel (FRAME_X_DISPLAY (f), \
 					 XScreenNumberOfScreen (FRAME_X_SCREEN (f)))