include fcntl.h on all *nix platforms (closes #24217)

Patch by Jeffrey Armstrong.
This commit is contained in:
Benjamin Peterson 2015-08-02 12:15:30 -07:00
parent ea4d2875ac
commit d7a4f9ef8d
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@
#ifndef MS_WINDOWS
#define UNIX
# ifdef __APPLE__
# ifdef HAVE_FCNTL_H
# include <fcntl.h>
# endif
# endif /* HAVE_FCNTL_H */
#endif
#ifdef MS_WINDOWS