summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r--generic/tclPort.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h
index a3d7167..8761cae 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -10,13 +10,16 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclPort.h,v 1.11 2004/11/12 21:07:31 dgp Exp $
+ * RCS: @(#) $Id: tclPort.h,v 1.12 2004/11/17 17:53:01 dgp Exp $
*/
#ifndef _TCLPORT
#define _TCLPORT
#include "tcl.h"
+#ifdef HAVE_TCL_CONFIG_H
+#include "tclConfig.h"
+#endif
#if defined(__WIN32__)
# include "tclWinPort.h"