summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-04-24 06:00:17 (GMT)
committerdas <das@noemail.net>2004-04-24 06:00:17 (GMT)
commit55db8164e9a5a4c7c8ad7889b72660bf2b95d1c2 (patch)
tree35199e8a6330ddb01310ffd4c80b286d47cf388a /generic
parente4fdc8f21ff83f69bd0dcf4f27f476ff08d49a24 (diff)
downloadtk-55db8164e9a5a4c7c8ad7889b72660bf2b95d1c2.zip
tk-55db8164e9a5a4c7c8ad7889b72660bf2b95d1c2.tar.gz
tk-55db8164e9a5a4c7c8ad7889b72660bf2b95d1c2.tar.bz2
* generic/tkPort.h:
* unix/Makefile.in: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added tcl plaform source dir to compiler header search path. FossilOrigin-Name: c63b3b9737ab12c3f0096d8b2f096aa11736e3c3
Diffstat (limited to 'generic')
-rw-r--r--generic/tkPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPort.h b/generic/tkPort.h
index ae59dd9..17d0def 100644
--- a/generic/tkPort.h
+++ b/generic/tkPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkPort.h,v 1.5 2004/03/17 18:15:44 das Exp $
+ * RCS: @(#) $Id: tkPort.h,v 1.6 2004/04/24 06:00:18 das Exp $
*/
#ifndef _TKPORT
@@ -29,7 +29,7 @@
# if defined(MAC_OSX_TK)
# include "tkMacOSXPort.h"
# else
-# include "../unix/tkUnixPort.h"
+# include "tkUnixPort.h"
# endif
#endif