Add extern decl of ftime() to make gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-06 20:17:44 +00:00
parent 9478dd40c2
commit 1bb126fa13
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ PERFORMANCE OF THIS SOFTWARE.
#ifdef HAVE_FTIME
#include <sys/timeb.h>
extern int ftime();
#endif
#ifdef __WATCOMC__