From c3b680942cf5f7974b45a2fb54e765178185733e Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Thu, 2 Mar 2000 01:16:33 +0000 Subject: [PATCH] MacOS: include grmac.h (+ fixed typo in comment) --- demos/graph/grinit.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/demos/graph/grinit.c b/demos/graph/grinit.c index ebbcf0e27..39498858d 100644 --- a/demos/graph/grinit.c +++ b/demos/graph/grinit.c @@ -17,6 +17,10 @@ #include "grwin32.h" #endif +#ifdef macintosh +#include "grmac.h" +#endif + /********************************************************************** * @@ -52,7 +56,7 @@ while (chain) { - /* initialie the device */ + /* initialize the device */ grDevice* device; device = chain->device;