diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-06-07 00:01:15 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-06-29 17:32:16 +0800 |
commit | bbb38aa2da449810989d2bdadad900ffc48846d8 (patch) | |
tree | dfbd46736044824ceb4a3906ad4bde604a3b680d | |
parent | ce097c062ea079bf7888d2b2f1f7b17d34f976b6 (diff) | |
download | pango-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.template | 2 |
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 ***/ |