summaryrefslogtreecommitdiffstats
path: root/mac/tkMacMenus.c
diff options
context:
space:
mode:
authorjingham <jingham>1999-05-22 06:33:38 (GMT)
committerjingham <jingham>1999-05-22 06:33:38 (GMT)
commiteb02b7f4b5f03cf0252e0733efdebf890095f57c (patch)
tree08690563c402052345246f896205236bfc84d20f /mac/tkMacMenus.c
parent49264adc083f7766a5ff40538126526a6a8880c0 (diff)
downloadtk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.zip
tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.gz
tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.bz2
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacMenus.c')
-rw-r--r--mac/tkMacMenus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacMenus.c b/mac/tkMacMenus.c
index b624e63f5..0d9fa31 100644
--- a/mac/tkMacMenus.c
+++ b/mac/tkMacMenus.c
@@ -9,11 +9,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacMenus.c,v 1.3 1999/04/16 01:51:31 stanton Exp $
+ * RCS: @(#) $Id: tkMacMenus.c,v 1.4 1999/05/22 06:33:41 jingham Exp $
*/
#include "tcl.h"
-#include "tclMacInt.h"
+#include "tclMacInt.h" /* Needed for FSpLocationFromPath */
#include "tk.h"
#include "tkInt.h"
#include "tkMacInt.h"