From c3e1d4160134763b9a781823739307ee193c60db Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 26 Sep 2010 22:27:57 +0900 Subject: [PATCH] using #include , not sys/errno.h --- include/chibi/sexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chibi/sexp.h b/include/chibi/sexp.h index 74ce75c6..700f011b 100644 --- a/include/chibi/sexp.h +++ b/include/chibi/sexp.h @@ -22,7 +22,7 @@ extern "C" { #endif #if SEXP_USE_GREEN_THREADS #include -#include +#include #endif #endif