$NetBSD: patch-unix_tclUnixPort.h,v 1.2 2013/05/31 20:15:04 adam Exp $ --- unix/tclUnixPort.h.orig 2013-05-31 19:30:55.000000000 +0000 +++ unix/tclUnixPort.h @@ -121,19 +121,11 @@ typedef off_t Tcl_SeekOffset; #if HAVE_INTTYPES_H # include #endif -#ifdef NO_LIMITS_H -# include "../compat/limits.h" -#else -# include -#endif +#include #if HAVE_STDINT_H # include #endif -#ifdef HAVE_UNISTD_H -# include -#else -# include "../compat/unistd.h" -#endif +#include extern int TclUnixSetBlockingMode(int fd, int mode);