commit | 0a8266a7e3fe865ed41c1ff6c1e3e8a8b1307066 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 13 20:29:55 2004 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 13 20:29:55 2004 +0000 |
tree | 77cf80468cd25c574085bca282f2ea9ab9b89001 | |
parent | de72eddf69e5ea6dbd3591ddfef5602b5b455942 [diff] |
Remove warning about implicit declaration of strcmp()
diff --git a/Modules/tkappinit.c b/Modules/tkappinit.c index 42b6bb8..1c67632 100644 --- a/Modules/tkappinit.c +++ b/Modules/tkappinit.c
@@ -12,6 +12,7 @@ it explicitly, e.g. tkapp.eval("load {} Blt"). */ +#include <string.h> #include <tcl.h> #include <tk.h>