From b85a3b6c9de9a8ff45483efcb36292aeba19c65d Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 14 Jul 2013 20:30:52 +0200 Subject: [PATCH] fix "misc_time.c: make timediff always availabe when timeb.h is found" --- src/misc/misc_time.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/misc/misc_time.c b/src/misc/misc_time.c index d3f3b2f07..1300735cb 100644 --- a/src/misc/misc_time.c +++ b/src/misc/misc_time.c @@ -32,6 +32,9 @@ Copyright 1990 Regents of the University of California. All rights reserved. # endif #endif +#ifdef HAVE_FTIME +# include +#endif /* Return the date. Return value is static data. */