mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* 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 <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
struct tm *localtime ();
|
struct tm *localtime ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue