Private
Public Access
2
0

include: Declare gVERSION global as 'extern'.

Fixes build with '-fno-common'.

Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
Björn Esser
2020-04-13 20:12:11 +02:00
committed by Thomas Ingleby
parent 551486ffff
commit aaa0a5cd4e

View File

@@ -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
}