Ector: Another build fix for @mythri

This commit is contained in:
Jean-Philippe Andre 2015-07-16 19:35:48 +09:00
parent f0cef9a56b
commit 028cf2c9a4
1 changed files with 6 additions and 0 deletions

View 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"