Adding missing (c-system-include "sys/file.h") for flock constants.

Fixes issue #199.
This commit is contained in:
Alex Shinn 2013-10-10 16:42:28 +09:00
parent 7a5f317811
commit 3f13fd485e

View file

@ -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")