Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
* 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.
Created an attachment (id=107064) [details] Add missing include of string.h
Fixed in CVS.