From 4e726a3547fd84a8741b4662efbac664bf8894d7 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 19 Apr 2004 15:10:53 +0000 Subject: port to gcc on Mac OS X --- cgpwas.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cgpwas.c') diff --git a/cgpwas.c b/cgpwas.c index e7bf7c0..776cadd 100644 --- a/cgpwas.c +++ b/cgpwas.c @@ -48,6 +48,10 @@ #include "cgptoc.h" #include "cgpwas.h" +#ifdef GNU_C +# include +#endif + #define FP_REVERSE_SUB_DIV_OPERANDS 1 #define for_l(v,l,n) for(v=(l);v!=NULL;v=v->n) -- cgit v1.2.3