15 lines
236 B
Text
15 lines
236 B
Text
|
Fix -fno-common build failure.
|
||
|
|
||
|
Index: wmclockmon-cal/main.h
|
||
|
--- wmclockmon-cal/main.h.orig
|
||
|
+++ wmclockmon-cal/main.h
|
||
|
@@ -9,7 +9,7 @@
|
||
|
#include <sys/time.h>
|
||
|
|
||
|
|
||
|
-struct tm *timeinfos;
|
||
|
+extern struct tm *timeinfos;
|
||
|
|
||
|
void quit_app();
|
||
|
|