mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
Image loading needs fcntl.h (when compiling without threads).
This commit is contained in:
parent
0d5ac322fd
commit
ffa59e37a8
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -57,6 +57,7 @@ void sexp_usage(int err) {
|
|||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#define SEXP_IMAGE_MAGIC "\a\achibi\n\0"
|
||||
#define SEXP_IMAGE_MAJOR_VERSION 1
|
||||
|
|
Loading…
Add table
Reference in a new issue