diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index 4d23493171..5bb2772ef3 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h @@ -66,6 +66,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /** * @ingroup Location * @brief Available location events that are emitted from the library @@ -416,6 +420,10 @@ EAPI Eina_Bool elocation_init(void); */ EAPI void elocation_shutdown(void); +#ifdef __cplusplus +} +#endif + #endif /* BETA API */ #endif