summaryrefslogtreecommitdiff
path: root/lib-src/=wakeup.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-08 07:15:01 +0000
committerJim Blandy <jimb@redhat.com>1993-06-08 07:15:01 +0000
commit6ebc58ac606d280df6c545612cf2c8abffa0c191 (patch)
treeba5bf9a50c0ba99fee45cf417e340a9daa3f9a81 /lib-src/=wakeup.c
parent84357aba3c6eef8c03fc96d819c5dd705d8ecfd3 (diff)
downloademacs-6ebc58ac606d280df6c545612cf2c8abffa0c191.tar.gz
* wakeup.c: Include sys/types.h, too; I think that's where time_t
comes from, not 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 d2035e3a523..07c324d1210 100644
--- a/lib-src/=wakeup.c
+++ b/lib-src/=wakeup.c
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <time.h>
+#include <sys/types.h>
#include <sys/time.h>
struct tm *localtime ();