mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
include errno.h
This commit is contained in:
parent
5266d15004
commit
dee59d6ece
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue