Kaydet (Commit) 1bb126fa authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 9478dd40
......@@ -61,6 +61,7 @@ PERFORMANCE OF THIS SOFTWARE.
#ifdef HAVE_FTIME
#include <sys/timeb.h>
extern int ftime();
#endif
#ifdef __WATCOMC__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment