mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
247 B
C
11 lines
247 B
C
--- ../generic/tclPort.h.orig 2013-04-03 16:57:25 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"
|
|
|