diff --git a/src/examples/elementary/location_example_01.c b/src/examples/elementary/location_example_01.c index 6553562c35..b98371de36 100644 --- a/src/examples/elementary/location_example_01.c +++ b/src/examples/elementary/location_example_01.c @@ -1,7 +1,12 @@ //Compile with: //gcc -o location_example_01 location_example_01.c -g `pkg-config --cflags --libs elementary elocation` +#ifndef EFL_EO_API_SUPPORT +# define EFL_EO_API_SUPPORT +#endif +#ifndef EFL_BETA_API_SUPPORT +# define EFL_BETA_API_SUPPORT +#endif -#define EFL_BETA_API_SUPPORT #include #ifdef ELM_ELOCATION #include