summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixInt.h')
-rw-r--r--unix/tkUnixInt.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h
index ade08ff..4a99d47 100644
--- a/unix/tkUnixInt.h
+++ b/unix/tkUnixInt.h
@@ -10,17 +10,20 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixInt.h,v 1.3 1999/03/10 07:04:46 stanton Exp $
+ * RCS: @(#) $Id: tkUnixInt.h,v 1.4 1999/04/16 01:51:46 stanton Exp $
*/
#ifndef _TKUNIXINT
#define _TKUNIXINT
+#ifndef _TKINT
+#include "tkInt.h"
+#endif
+
/*
* Prototypes for procedures that are referenced in files other
* than the ones they're defined in.
*/
-
#include "tkIntPlatDecls.h"
#endif /* _TKUNIXINT */