commit 02a57d67867128a8aee4229eacaeecd42001f71c
parent 1e068dbfc2837809030dcbf0173d2841a411d95a
Author: Ricardo Mones <ricardo@mones.org>
Date: Fri, 3 Feb 2017 12:56:31 +0100
Make all headers abide by config and features
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
@@ -16,13 +16,17 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "defs.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#include "claws-features.h"
+#endif
+
#include <glib.h>
#include <gtk/gtk.h>
#include <string.h>
#include <dirent.h>
-#include "config.h"
+#include "defs.h"
#include "stock_pixmap.h"
#include "gtkutils.h"
#include "utils.h"