fix build for 1.9.

This commit is contained in:
Cedric BAIL 2014-09-04 12:05:59 +02:00
parent 02be606b21
commit 1f6220aeb2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Evas.h>
#if EVAS_VERSION_MAJOR >= 1 && EVAS_VERSION_MINOR >= 9

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Evas.h>
#if EVAS_VERSION_MAJOR >= 1 && EVAS_VERSION_MINOR >= 9