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/tkMacDraw.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/tkMacDraw.c')
-rw-r--r-- | mac/tkMacDraw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacDraw.c b/mac/tkMacDraw.c index 425e3b9..a346a3c 100644 --- a/mac/tkMacDraw.c +++ b/mac/tkMacDraw.c @@ -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: tkMacDraw.c,v 1.4 1999/04/16 01:51:30 stanton Exp $ + * RCS: @(#) $Id: tkMacDraw.c,v 1.5 1999/05/22 06:32:50 jingham Exp $ */ #include "tkInt.h" @@ -23,6 +23,7 @@ #include <Fonts.h> #include <QDOffscreen.h> #include "tkMacInt.h" +#include "tkPort.h" #ifndef PI # define PI 3.14159265358979323846 |