X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhmi-debug.h;h=3c71ff565a987b53447c9b435e2671501aa38b96;hb=b1dafe3d72940f158927bddf0c35aea34aa675e7;hp=2a744ba4fceb7ebaf09a7b5c964a3f9bc04351bb;hpb=321f08ed8d0a4d3b1f4bd486e8a4240f4d3443ee;p=apps%2Fagl-service-homescreen.git diff --git a/src/hmi-debug.h b/src/hmi-debug.h index 2a744ba..3c71ff5 100644 --- a/src/hmi-debug.h +++ b/src/hmi-debug.h @@ -17,6 +17,10 @@ #ifndef __HMI_DEBUG_H__ #define __HMI_DEBUG_H__ +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include @@ -67,4 +71,7 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c free(message); } +#ifdef __cplusplus +} +#endif #endif //__HMI_DEBUG_H__ \ No newline at end of file