mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Include sys/stat.h always: it is not included by various BSD variants.
This commit is contained in:
parent
061b9d0e78
commit
92c4454ece
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#if defined(__DragonFly__) || defined(__FreeBSD__)
|
||||
#if !defined(mingw32) && !defined(_MSC_VER)
|
||||
#include <sys/stat.h>
|
||||
/* it isn't pulled in by fcntl.h */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue