diff lib-src/=wakeup.c @ 3437:274570106c6a

Include sys/time.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 03:28:21 +0000
parents 44df7395bed8
children 0810187da5d9
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 ();