* wakeup.c: Include sys/types.h, too; I think that's where time_t

comes from, not sys/time.h.
This commit is contained in:
Jim Blandy 1993-06-08 07:15:01 +00:00
parent 8f2d5456ad
commit 11e5be7d85

View file

@ -2,6 +2,7 @@
#include <stdio.h>
#include <time.h>
#include <sys/types.h>
#include <sys/time.h>
struct tm *localtime ();