changeset 3437:274570106c6a

Include sys/time.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 03:28:21 +0000
parents 291f28da7ea1
children 9c90be4edcc5
files lib-src/=wakeup.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=wakeup.c	Wed Jun 02 20:15:43 1993 +0000
+++ b/lib-src/=wakeup.c	Thu Jun 03 03:28:21 1993 +0000
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <sys/time.h>
 
 struct tm *localtime ();