From 3030dada14e0ccbe9d2e7ce3b6fd109872d13c49 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 21 Sep 2008 16:16:47 +0200 Subject: Fix compilation on Mac OS X 10.5. --- SCM/continue.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'SCM') diff --git a/SCM/continue.h b/SCM/continue.h index 2acb368..d901e01 100644 --- a/SCM/continue.h +++ b/SCM/continue.h @@ -18,7 +18,10 @@ /* "continue.h" Scheme Continuations for C. Author: Aubrey Jaffer. */ -#define STDC_HEADERS +#ifndef STDC_HEADERS +#define STDC_HEADERS 1 +#endif + #include /* If stack is not longword aligned then */ -- cgit v1.2.3