diff options
author | Patrick Griffis <tingping@tingping.se> | 2015-12-26 21:00:14 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-01-19 19:35:10 -0500 |
commit | e399c4189962cdeace1210b2de0999c519411fcc (patch) | |
tree | c46d21d958b4f62eec4cf84930b8f7ead27ed05f /src/trg-json-widgets.c | |
parent | 8a9894874ecbec59c8b34db7ee3ded3f3375b703 (diff) |
Consistently include config.h
This still needs some work in a few headers
that depend on it
Diffstat (limited to 'src/trg-json-widgets.c')
-rw-r--r-- | src/trg-json-widgets.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trg-json-widgets.c b/src/trg-json-widgets.c index 0ba09f6..79299c6 100644 --- a/src/trg-json-widgets.c +++ b/src/trg-json-widgets.c @@ -17,6 +17,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <gtk/gtk.h> #include <json-glib/json-glib.h> |