From cbb0dcbb3d7aa73193db7a6440859a456b5c8a31 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 30 Sep 2011 06:04:53 +0000 Subject: [PATCH] include config.h - it isnt included.. otherwise we'd have had redefine warnings.... SVN revision: 63714 --- legacy/evas/src/lib/include/evas_blend_ops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/evas/src/lib/include/evas_blend_ops.h b/legacy/evas/src/lib/include/evas_blend_ops.h index e398a2d..bc4b81c 100644 --- a/legacy/evas/src/lib/include/evas_blend_ops.h +++ b/legacy/evas/src/lib/include/evas_blend_ops.h @@ -9,6 +9,7 @@ #include #endif +#include "config.h" /* src pixel flags: */ -- 2.7.4