mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 21:47:33 +02:00
using #include <errno.h>, not sys/errno.h
This commit is contained in:
parent
2d34a57362
commit
c3e1d41601
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
#endif
|
||||
#if SEXP_USE_GREEN_THREADS
|
||||
#include <sys/time.h>
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue