diff options
Diffstat (limited to 'plugins/templates/templates.c')
-rw-r--r-- | plugins/templates/templates.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 052ca898c5..57efaba1c5 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -22,6 +22,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <gtk/gtk.h> #include <glib.h> #include <glib/gi18n.h> |