]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove warning about implicit declaration of strcmp()
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Jun 2004 20:29:55 +0000 (20:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Jun 2004 20:29:55 +0000 (20:29 +0000)
Modules/tkappinit.c

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