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

Skip to content

Commit 0a8266a

Browse files
committed
Remove warning about implicit declaration of strcmp()
1 parent de72edd commit 0a8266a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/tkappinit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
it explicitly, e.g. tkapp.eval("load {} Blt").
1313
*/
1414

15+
#include <string.h>
1516
#include <tcl.h>
1617
#include <tk.h>
1718

0 commit comments

Comments
 (0)