mirror of https://github.com/python/cpython
Add extern decl of ftime() to make gcc -Wall happy.
This commit is contained in:
parent
9478dd40c2
commit
1bb126fa13
|
@ -61,6 +61,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#ifdef HAVE_FTIME
|
||||
#include <sys/timeb.h>
|
||||
extern int ftime();
|
||||
#endif
|
||||
|
||||
#ifdef __WATCOMC__
|
||||
|
|
Loading…
Reference in New Issue