Remove warning about implicit declaration of strcmp()

This commit is contained in:
Neal Norwitz 2004-06-13 20:29:55 +00:00
parent de72eddf69
commit 0a8266a7e3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
it explicitly, e.g. tkapp.eval("load {} Blt").
*/
#include <string.h>
#include <tcl.h>
#include <tk.h>