$NetBSD: patch-generic_tclInt.h,v 1.1 2014/03/10 14:20:44 taca Exp $ Always use and --- generic/tclInt.h.orig 2012-07-16 11:57:05.000000000 +0000 +++ generic/tclInt.h @@ -38,21 +38,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: