diff options
author | jingham <jingham> | 1999-05-22 06:32:42 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-05-22 06:32:42 (GMT) |
commit | d46870272ca5131836ccdf807610b013dcb3ef98 (patch) | |
tree | c814c4bc4ba9e1e85e94fbe5425679be512bc7ba /mac/tkMacDialog.c | |
parent | c6a910d2808641fb6833d372db88e70bcb579049 (diff) | |
download | tk-d46870272ca5131836ccdf807610b013dcb3ef98.zip tk-d46870272ca5131836ccdf807610b013dcb3ef98.tar.gz tk-d46870272ca5131836ccdf807610b013dcb3ef98.tar.bz2 |
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacDialog.c')
-rw-r--r-- | mac/tkMacDialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacDialog.c b/mac/tkMacDialog.c index 736f157..cfd1863 100644 --- a/mac/tkMacDialog.c +++ b/mac/tkMacDialog.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacDialog.c,v 1.3 1999/04/16 01:51:30 stanton Exp $ + * RCS: @(#) $Id: tkMacDialog.c,v 1.4 1999/05/22 06:32:42 jingham Exp $ */ #include <Gestalt.h> @@ -23,6 +23,7 @@ #include "tkPort.h" #include "tkInt.h" #include "tclMacInt.h" +#include "tkMacInt.h" #include "tkFileFilter.h" #ifndef StrLength |