summaryrefslogtreecommitdiff
path: root/modules/indic
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indic')
-rw-r--r--modules/indic/indic-fc.c2
-rw-r--r--modules/indic/indic-ot-class-tables.c2
-rw-r--r--modules/indic/indic-ot.c2
-rw-r--r--modules/indic/mprefixups.c1
4 files changed, 7 insertions, 0 deletions
diff --git a/modules/indic/indic-fc.c b/modules/indic/indic-fc.c
index 49bbd0d9..8487a3cd 100644
--- a/modules/indic/indic-fc.c
+++ b/modules/indic/indic-fc.c
@@ -21,6 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include "indic-ot.h"
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 5c122f8e..4b95cc21 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -32,6 +32,8 @@
* authorization of the copyright holder.
*/
+#include <config.h>
+
#include "indic-ot.h"
enum
diff --git a/modules/indic/indic-ot.c b/modules/indic/indic-ot.c
index a687ad35..188e5fc5 100644
--- a/modules/indic/indic-ot.c
+++ b/modules/indic/indic-ot.c
@@ -32,6 +32,8 @@
* authorization of the copyright holder.
*/
+#include <config.h>
+
#include "indic-ot.h"
#include "mprefixups.h"
/*
diff --git a/modules/indic/mprefixups.c b/modules/indic/mprefixups.c
index c9dba6c3..3fd4003b 100644
--- a/modules/indic/mprefixups.c
+++ b/modules/indic/mprefixups.c
@@ -21,6 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <pango/pango-types.h>
#include "mprefixups.h"
#include <stdio.h>