summaryrefslogtreecommitdiff
path: root/modules/lc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lc')
-rw-r--r--modules/lc/Utf8/lcUTF8Load.c3
-rw-r--r--modules/lc/def/lcDefConv.c3
-rw-r--r--modules/lc/gen/lcGenConv.c3
-rw-r--r--modules/lc/xlocale/lcEuc.c3
-rw-r--r--modules/lc/xlocale/lcJis.c3
-rw-r--r--modules/lc/xlocale/lcSjis.c3
6 files changed, 18 insertions, 0 deletions
diff --git a/modules/lc/Utf8/lcUTF8Load.c b/modules/lc/Utf8/lcUTF8Load.c
index 30e48dd1..f4bff288 100644
--- a/modules/lc/Utf8/lcUTF8Load.c
+++ b/modules/lc/Utf8/lcUTF8Load.c
@@ -32,6 +32,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* Platforms: all systems.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include "Xlibint.h"
#include "XlcPubI.h"
diff --git a/modules/lc/def/lcDefConv.c b/modules/lc/def/lcDefConv.c
index 4bcbe6bf..fb504d11 100644
--- a/modules/lc/def/lcDefConv.c
+++ b/modules/lc/def/lcDefConv.c
@@ -36,6 +36,9 @@
* Platforms: all systems.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "Xlibint.h"
#include "XlcGeneric.h"
diff --git a/modules/lc/gen/lcGenConv.c b/modules/lc/gen/lcGenConv.c
index 1720a8f2..76e7d0f7 100644
--- a/modules/lc/gen/lcGenConv.c
+++ b/modules/lc/gen/lcGenConv.c
@@ -48,6 +48,9 @@
* Platforms: all systems.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "Xlibint.h"
#include "XlcGeneric.h"
#include <stdio.h>
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"
diff --git a/modules/lc/xlocale/lcJis.c b/modules/lc/xlocale/lcJis.c
index 9f937737..bdd46e36 100644
--- a/modules/lc/xlocale/lcJis.c
+++ b/modules/lc/xlocale/lcJis.c
@@ -34,6 +34,9 @@
#ifdef X_LOCALE
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "Xlibint.h"
#include "XlcGeneric.h"
#include <stdio.h>
diff --git a/modules/lc/xlocale/lcSjis.c b/modules/lc/xlocale/lcSjis.c
index 17e33d5c..6adb2945 100644
--- a/modules/lc/xlocale/lcSjis.c
+++ b/modules/lc/xlocale/lcSjis.c
@@ -46,6 +46,9 @@ OR PERFORMANCE OF THIS SOFTWARE.
#ifdef X_LOCALE
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "Xlibint.h"
#include "XlcGeneric.h"