diff lib-src/=wakeup.c @ 3572:0810187da5d9

* wakeup.c: Include sys/types.h, too; I think that's where time_t comes from, not sys/time.h.
author Jim Blandy <jimb@redhat.com>
date Tue, 08 Jun 1993 07:15:01 +0000
parents 274570106c6a
children d253c8a4b7e5
line wrap: on
line diff
--- a/lib-src/=wakeup.c	Tue Jun 08 07:00:13 1993 +0000
+++ b/lib-src/=wakeup.c	Tue Jun 08 07:15:01 1993 +0000
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <sys/types.h>
 #include <sys/time.h>
 
 struct tm *localtime ();