Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bb126f

Browse files
committed
Add extern decl of ftime() to make gcc -Wall happy.
1 parent 9478dd4 commit 1bb126f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/timemodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ PERFORMANCE OF THIS SOFTWARE.
6161

6262
#ifdef HAVE_FTIME
6363
#include <sys/timeb.h>
64+
extern int ftime();
6465
#endif
6566

6667
#ifdef __WATCOMC__

0 commit comments

Comments
 (0)