packaging: also support rpmbuild from Tizen:2.3
[contrib/mraa.git] / include / version.h
index eeff667..d60f189 100644 (file)
 
 #pragma once
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 const char* gVERSION;
 const char* gVERSION_SHORT;
+
+#ifdef __cplusplus
+}
+#endif