diff options
Diffstat (limited to 'modules/lc/xlocale/lcEuc.c')
-rw-r--r-- | modules/lc/xlocale/lcEuc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/lc/xlocale/lcEuc.c b/modules/lc/xlocale/lcEuc.c index 183751fe..1b54508b 100644 --- a/modules/lc/xlocale/lcEuc.c +++ b/modules/lc/xlocale/lcEuc.c @@ -41,6 +41,9 @@ OF THIS SOFTWARE. #ifdef X_LOCALE +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" #include "XlcGeneric.h" |