From 02a57d67867128a8aee4229eacaeecd42001f71c Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Fri, 3 Feb 2017 12:56:31 +0100 Subject: [PATCH] Make all headers abide by config and features --- src/stock_pixmap.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c index 70ff84e1e..b401fa7aa 100644 --- a/src/stock_pixmap.c +++ b/src/stock_pixmap.c @@ -16,13 +16,17 @@ * along with this program. If not, see . */ -#include "defs.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#include "claws-features.h" +#endif + #include #include #include #include -#include "config.h" +#include "defs.h" #include "stock_pixmap.h" #include "gtkutils.h" #include "utils.h" -- 2.25.1