mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
42f6bb2d88
Reported by: danfe@
12 lines
241 B
C
12 lines
241 B
C
--- generic/tclPort.h.orig 2016-02-25 20:12:37 UTC
|
|
+++ 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"
|
|
|