From 27bd24db0e5422abd4e4b702aa0faead4c988c4e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 20 Sep 2008 13:45:33 +0200 Subject: SCM/continue.h: #include standard C headers. --- SCM/continue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SCM/continue.h') diff --git a/SCM/continue.h b/SCM/continue.h index 9f1d78f..2acb368 100644 --- a/SCM/continue.h +++ b/SCM/continue.h @@ -18,6 +18,9 @@ /* "continue.h" Scheme Continuations for C. Author: Aubrey Jaffer. */ +#define STDC_HEADERS +#include + /* If stack is not longword aligned then */ /* #define SHORT_ALIGN */ -- cgit v1.2.3