diff options
| author | Richard M. Stallman | 1993-06-03 03:28:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-03 03:28:21 +0000 |
| commit | 2198e8fe650e7e0792b7a95695e7df13b89e1fa3 (patch) | |
| tree | 5de541caeb3462e5d726ceeab8a4d819662b58db /lib-src | |
| parent | 6233db358f19a93d728907e913a8a5dcde6e9178 (diff) | |
| download | emacs-2198e8fe650e7e0792b7a95695e7df13b89e1fa3.tar.gz emacs-2198e8fe650e7e0792b7a95695e7df13b89e1fa3.zip | |
Include sys/time.h.
Diffstat (limited to 'lib-src')
| -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 @@ | |||
| 2 | 2 | ||
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | #include <time.h> | 4 | #include <time.h> |
| 5 | #include <sys/time.h> | ||
| 5 | 6 | ||
| 6 | struct tm *localtime (); | 7 | struct tm *localtime (); |
| 7 | 8 | ||