mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
Adding missing (c-system-include "sys/file.h") for flock constants.
Fixes issue #199.
This commit is contained in:
parent
7a5f317811
commit
3f13fd485e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
;; filesystem.stub -- filesystem bindings
|
||||
;; Copyright (c) 2009-2012 Alex Shinn. All rights reserved.
|
||||
;; Copyright (c) 2009-2013 Alex Shinn. All rights reserved.
|
||||
;; BSD-style license: http://synthcode.com/license.txt
|
||||
|
||||
(c-system-include "sys/file.h")
|
||||
(c-system-include "sys/types.h")
|
||||
(c-system-include "unistd.h")
|
||||
(c-system-include "dirent.h")
|
||||
|
|
Loading…
Add table
Reference in a new issue