* 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:
parent
8f2d5456ad
commit
11e5be7d85
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
struct tm *localtime ();
|
||||
|
|
Loading…
Add table
Reference in a new issue