summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-03-07 15:17:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-03-07 15:17:11 (GMT)
commit2429c722d7613336a6a71dc8bd6e07b50024c8aa (patch)
treedd77dea706593aae23edc933ae3eeacc7525f285 /Mac/Python/macmain.c
parent57fb8cec3aa26ac0491550ce4f53a6a45d3749b5 (diff)
downloadcpython-2429c722d7613336a6a71dc8bd6e07b50024c8aa.zip
cpython-2429c722d7613336a6a71dc8bd6e07b50024c8aa.tar.gz
cpython-2429c722d7613336a6a71dc8bd6e07b50024c8aa.tar.bz2
Added missing include of Fonts.h
Diffstat (limited to 'Mac/Python/macmain.c')
-rw-r--r--Mac/Python/macmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index 5cea381..966c279 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Events.h>
#include <Windows.h>
#include <Desk.h>
+#include <Fonts.h>
#ifdef __MWERKS__
#include <SIOUX.h>