packages/libs/libmraa/patches/030-gcc10.patch
2021-06-15 17:47:11 +08:00

14 lines
233 B
Diff

--- a/include/version.h
+++ b/include/version.h
@@ -11,8 +11,8 @@
extern "C" {
#endif
-const char* gVERSION;
-const char* gVERSION_SHORT;
+extern const char* gVERSION;
+extern const char* gVERSION_SHORT;
#ifdef __cplusplus
}