Update lastest code from agl-service-homescreen-2017
[apps/agl-service-homescreen.git] / src / hmi-debug.h
index 2a744ba..3c71ff5 100644 (file)
 #ifndef __HMI_DEBUG_H__
 #define __HMI_DEBUG_H__
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <time.h>
 #include <stdio.h>
 #include <stdarg.h>
@@ -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