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:
committed by
Thomas Ingleby
parent
551486ffff
commit
aaa0a5cd4e
@@ -11,8 +11,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char* gVERSION;
|
extern const char* gVERSION;
|
||||||
const char* gVERSION_SHORT;
|
extern const char* gVERSION_SHORT;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user