fix "misc_time.c: make timediff always availabe when timeb.h is found"

This commit is contained in:
rlar 2013-07-14 20:30:52 +02:00
parent 8066aacfff
commit b85a3b6c9d
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ Copyright 1990 Regents of the University of California. All rights reserved.
# endif
#endif
#ifdef HAVE_FTIME
# include <sys/timeb.h>
#endif
/* Return the date. Return value is static data. */