diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-03 03:28:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-03 03:28:21 +0000 |
commit | bb576320a43fd305aff150519ea083bb7fcccd40 (patch) | |
tree | e3e2d924538770f42d9f63b627561b0720d8d8f8 /lib-src/=wakeup.c | |
parent | d3d610db6e5095a76def1b9ba1f0ebde2012f30b (diff) | |
download | emacs-bb576320a43fd305aff150519ea083bb7fcccd40.tar.gz |
Include 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 7641843e406..d2035e3a523 100644 --- a/lib-src/=wakeup.c +++ b/lib-src/=wakeup.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <time.h> +#include <sys/time.h> struct tm *localtime (); |