mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
324 B
C
14 lines
324 B
C
$NetBSD: patch-generic_tclPort.h,v 1.2 2013/05/31 20:15:04 adam Exp $
|
|
|
|
--- generic/tclPort.h.orig 2013-03-21 12:57:40.000000000 +0000
|
|
+++ generic/tclPort.h
|
|
@@ -20,7 +20,7 @@
|
|
#if defined(_WIN32)
|
|
# include "tclWinPort.h"
|
|
#else
|
|
-# include "tclUnixPort.h"
|
|
+# include "../unix/tclUnixPort.h"
|
|
#endif
|
|
#include "tcl.h"
|
|
|