summaryrefslogtreecommitdiffstats
path: root/source/d/p2c/p2c_time.diff
blob: fcd0875de29d822a479eb3c1efa6ecfdf1870350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./src/out.c.orig    Fri Feb 22 18:39:33 2002
+++ ./src/out.c Fri Feb 22 18:41:13 2002
@@ -41,6 +41,7 @@
 
 #if USETIME
 # include <sys/time.h>
+# include <time.h>
 #else
 # include <time.h>
 #endif