diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-08 07:15:01 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-08 07:15:01 +0000 |
commit | 11e5be7d857cc241d9471f7f97abf28d96f7e2cc (patch) | |
tree | 236ad83be1fd903ab95b6d9a1f255d1979d86911 /lib-src/wakeup.c | |
parent | 8f2d5456ade3f3f124983e3408040af6fcf7e185 (diff) | |
download | emacs-11e5be7d857cc241d9471f7f97abf28d96f7e2cc.tar.gz |
* wakeup.c: Include sys/types.h, too; I think that's where time_t
comes from, not sys/time.h.
Diffstat (limited to 'lib-src/wakeup.c')
-rw-r--r-- | lib-src/wakeup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index d2035e3a523..07c324d1210 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <time.h> +#include <sys/types.h> #include <sys/time.h> struct tm *localtime (); |