$NetBSD$ Baskport patch from TCL 8.6. --- src/other/tcl/generic/tclInt.h.orig 2016-08-09 06:47:11.000000000 +0000 +++ src/other/tcl/generic/tclInt.h @@ -40,21 +40,9 @@ #include #include -#ifdef NO_STDLIB_H -# include "../compat/stdlib.h" -#else -# include -#endif -#ifdef NO_STRING_H -#include "../compat/string.h" -#else +#include #include -#endif -#ifdef STDC_HEADERS #include -#else -typedef int ptrdiff_t; -#endif /* * Ensure WORDS_BIGENDIAN is defined correctly: