# HG changeset patch # User Richard M. Stallman # Date 739078101 0 # Node ID 274570106c6ab2e3c96a4d3e8f369f6000996376 # Parent 291f28da7ea1dbdee96845f0d750b2a24355a8f6 Include sys/time.h. diff -r 291f28da7ea1 -r 274570106c6a lib-src/=wakeup.c --- 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 #include +#include struct tm *localtime ();