summaryrefslogtreecommitdiff
path: root/lang/tcl/patches/patch-generic_tclPort.h
blob: 2a8d3b6ac728f0b2f7ab35f1708d7fa617d04745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-generic_tclPort.h,v 1.1 2012/08/21 21:31:47 marino Exp $

--- generic/tclPort.h.orig	2012-07-16 11:57:05.000000000 +0000
+++ generic/tclPort.h
@@ -22,7 +22,7 @@
 #endif
 #include "tcl.h"
 #if !defined(_WIN32)
-#   include "tclUnixPort.h"
+#   include "../unix/tclUnixPort.h"
 #endif
 
 #if !defined(LLONG_MIN)