diff options
-rw-r--r-- | Modules/timemodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 2d42dc0..ed36747 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -61,6 +61,7 @@ PERFORMANCE OF THIS SOFTWARE. #ifdef HAVE_FTIME #include <sys/timeb.h> +extern int ftime(); #endif #ifdef __WATCOMC__ |