blob: ac8b01771a5b7d88374da5a8a1ebbca61ff2b516 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- wmclockmon-cal/main.h.orig 2022-12-03 21:02:51 UTC
+++ wmclockmon-cal/main.h
@@ -9,7 +9,7 @@
#include <sys/time.h>
-struct tm *timeinfos;
+extern struct tm *timeinfos;
void quit_app();
|