aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/wakeup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c
index 7641843e406..d2035e3a523 100644
--- a/lib-src/wakeup.c
+++ b/lib-src/wakeup.c
@@ -2,6 +2,7 @@
2 2
3#include <stdio.h> 3#include <stdio.h>
4#include <time.h> 4#include <time.h>
5#include <sys/time.h>
5 6
6struct tm *localtime (); 7struct tm *localtime ();
7 8