* QA Notice: Package has poor programming practices which may compile
* fine but exhibit random runtime failures.
* pitcl.c:173: warning: implicit declaration of function `memset'
pitcl.c:605: warning: implicit declaration of function `strcmp'
pitcl.c:687: warning: implicit declaration of function `strlen'
pitcl.c:689: warning: implicit declaration of function `strcpy'
pitcl.c:1023: warning: implicit declaration of function `strchr'
Fix is trivial; add '#include <string.h>' to bindings/Tcl/pitcl.c.
Patch to follow.