blob: 8f22fc51ec995eeb69f59d76881ea84ab8a3f942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./tmclock.c.timeh Fri May 4 01:08:13 2001
+++ ./tmclock.c Fri May 4 01:09:13 2001
@@ -16,6 +16,7 @@
#define CENTURY 19
#if BSD
#include <sys/time.h>
+#include <time.h>
#else
#include <time.h>
extern long timezone; /* should be in <time.h>, but isn't on Sun */
--- ./arcdos.c.timeh Fri May 4 01:08:27 2001
+++ ./arcdos.c Fri May 4 01:08:50 2001
@@ -32,6 +32,7 @@
#include <sys/stat.h>
#if BSD
#include <sys/time.h>
+#include <time.h>
#else
#include <time.h> /* Sys V. Bleah. */
struct timeval {
|