summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h
index 752d15f..ff6ead7 100644
--- a/src/text.h
+++ b/src/text.h
@@ -2,10 +2,12 @@
#define _DWXINFO_TEXT_H_
#include <stdio.h>
+#include <time.h>
#define TEXT_SIZE 512
struct text {
+ time_t last_update;
char value[TEXT_SIZE];
struct battery * battery;