include errno.h

This commit is contained in:
Alex Shinn 2011-07-05 22:07:12 +09:00
parent 5266d15004
commit dee59d6ece

View file

@ -3,6 +3,7 @@
/* BSD-style license: http://synthcode.com/license.txt */
#include <chibi/eval.h>
#include <errno.h>
#if ! SEXP_USE_BOEHM
extern sexp sexp_gc (sexp ctx, size_t *sum_freed);