summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-06-07 00:01:15 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-06-29 17:32:16 +0800
commitbbb38aa2da449810989d2bdadad900ffc48846d8 (patch)
treedfbd46736044824ceb4a3906ad4bde604a3b680d
parentce097c062ea079bf7888d2b2f1f7b17d34f976b6 (diff)
downloadpango-bbb38aa2da449810989d2bdadad900ffc48846d8.tar.gz
pango/pango-enum-types.c.template: Include config.h first
This is to ensure that we can override the verion macros to export the symbols later.
-rw-r--r--pango/pango-enum-types.c.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-enum-types.c.template b/pango/pango-enum-types.c.template
index c12f4b30..d922c691 100644
--- a/pango/pango-enum-types.c.template
+++ b/pango/pango-enum-types.c.template
@@ -1,4 +1,6 @@
/*** BEGIN file-header ***/
+#include "config.h"
+
#include <pango.h>
/*** END file-header ***/