diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2014-07-25 09:10:52 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-07-25 09:17:04 +0100 |
| commit | 415c75677544df6aa4929c851f44a412ea39b7b4 (patch) | |
| tree | 3dd60c8d717a2c5088f3997289d7755a433aecdd /json-glib | |
| parent | 2eab41a368620c28bb3c4f9fd0e1a20b2cfdce95 (diff) | |
| download | json-glib-415c75677544df6aa4929c851f44a412ea39b7b4.tar.gz | |
Include "config.h" in the enum types template
Expands the symbol annotation correctly.
Diffstat (limited to 'json-glib')
| -rw-r--r-- | json-glib/json-enum-types.c.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json-glib/json-enum-types.c.in b/json-glib/json-enum-types.c.in index 8b82049..0e09075 100644 --- a/json-glib/json-enum-types.c.in +++ b/json-glib/json-enum-types.c.in @@ -1,4 +1,5 @@ /*** BEGIN file-header ***/ +#include "config.h" #include "json-enum-types.h" /*** END file-header ***/ |
