summaryrefslogtreecommitdiff
path: root/lib-src/=wakeup.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-03 03:28:21 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-03 03:28:21 +0000
commitbb576320a43fd305aff150519ea083bb7fcccd40 (patch)
treee3e2d924538770f42d9f63b627561b0720d8d8f8 /lib-src/=wakeup.c
parentd3d610db6e5095a76def1b9ba1f0ebde2012f30b (diff)
downloademacs-bb576320a43fd305aff150519ea083bb7fcccd40.tar.gz
Include sys/time.h.
Diffstat (limited to 'lib-src/=wakeup.c')
-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 @@
#include <stdio.h>
#include <time.h>
+#include <sys/time.h>
struct tm *localtime ();