fix "misc_time.c: make timediff always availabe when timeb.h is found"
This commit is contained in:
parent
8066aacfff
commit
b85a3b6c9d
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue