From 5c7308cdd300193e375ecdd4bd5426aeb031cd76 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 16 Mar 2005 12:06:18 +0000 Subject: [PATCH] Whoops, this goes here. --- platform/macclassic.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/macclassic.c b/platform/macclassic.c index f1841a94..223cd18f 100644 --- a/platform/macclassic.c +++ b/platform/macclassic.c @@ -15,6 +15,10 @@ #include #include +#ifdef __MWERKS__ +#include +#endif + /* * Most of the API calls in here are, according to ADC, available since * MacOS 8.1. I don't think I used any MacOS 9 or CarbonLib-specific