mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 04:38:06 +00:00
14 lines
233 B
Diff
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
|
|
}
|