summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/command.h b/src/command.h
index bd4ee03..5ba9a01 100644
--- a/src/command.h
+++ b/src/command.h
@@ -26,11 +26,10 @@
# include <X11/Xproto.h>
# include <X11/keysym.h>
-# if defined(NO_XLOCALE) || !defined(HAVE_X11_LOCALE_H)
-# include <locale.h>
-# else
+# ifdef HAVE_X11_LOCALE_H
# include <X11/Xlocale.h>
# endif
+# include <locale.h>
# include "options.h"
# include "system.h" /* For RETSIGTYPE */