Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
libs
/
libmraa
/
patches
/
030-gcc10.patch
blob: dad1249c8e7393b43d8b8ad38fb1078a5364e837 [
file
] [
log
] [
blame
]
---
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
}