examples: Add missing Ecore_Eo.h for some defines.

If we are shuffling headers around testing if in-tree examples are
still working fine might be a sensible thing to do. Everybody agrees
on that?
This commit is contained in:
Stefan Schmidt 2013-07-11 09:41:05 +01:00
parent edd39272bd
commit d10be60e30
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// gcc -o ecore_idler_example ecore_idler_example.c `pkg-config --libs --cflags ecore eo`
#include <Ecore.h>
#include <Ecore_Eo.h>
#include <unistd.h>
struct context // helper struct to give some context to the callbacks

View File

@ -2,6 +2,7 @@
// gcc -o ecore_poller_example ecore_poller_example.c `pkg-config --libs --cflags ecore eo`
#include <Ecore.h>
#include <Ecore_Eo.h>
#include <unistd.h>
static double _initial_time = 0;