X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhmi-debug.h;h=3c71ff565a987b53447c9b435e2671501aa38b96;hb=bb38a76d1b00e93187967aa2880e79e671f02eba;hp=2a744ba4fceb7ebaf09a7b5c964a3f9bc04351bb;hpb=67962d9837ea37b10c2cf906cbde575cce18ab4b;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