summaryrefslogtreecommitdiff
path: root/SCM/continue.h
diff options
context:
space:
mode:
Diffstat (limited to 'SCM/continue.h')
-rw-r--r--SCM/continue.h3
1 files changed, 3 insertions, 0 deletions
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 <stdlib.h>
+
/* If stack is not longword aligned then */
/* #define SHORT_ALIGN */