aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-03 03:28:21 +0000
committerRichard M. Stallman1993-06-03 03:28:21 +0000
commit2198e8fe650e7e0792b7a95695e7df13b89e1fa3 (patch)
tree5de541caeb3462e5d726ceeab8a4d819662b58db /lib-src
parent6233db358f19a93d728907e913a8a5dcde6e9178 (diff)
downloademacs-2198e8fe650e7e0792b7a95695e7df13b89e1fa3.tar.gz
emacs-2198e8fe650e7e0792b7a95695e7df13b89e1fa3.zip
Include sys/time.h.
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