diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 2d42dc0df35..ed367471ab7 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -61,6 +61,7 @@ PERFORMANCE OF THIS SOFTWARE. #ifdef HAVE_FTIME #include +extern int ftime(); #endif #ifdef __WATCOMC__