Ector: Another build fix for @mythri
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Jul 2015 10:35:48 +0000 (19:35 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Jul 2015 10:41:17 +0000 (19:41 +0900)
src/lib/ector/cairo/Ector_Cairo.h

index e368ca2..351a2f5 100644 (file)
@@ -3,7 +3,13 @@
 
 #include <Ector.h>
 
+#ifndef _ECTOR_CAIRO_SURFACE_EO_CLASS_TYPE
+#define _ECTOR_CAIRO_SURFACE_EO_CLASS_TYPE
+
 typedef Eo Ector_Cairo_Surface;
+
+#endif
+
 typedef struct _cairo_t cairo_t;
 
 #include "cairo/ector_cairo_surface.eo.h"