Commit f6b5cad3 authored by Benjamin Peterson's avatar Benjamin Peterson

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

Patch by Jeffrey Armstrong.
parent 6b3f29ca
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#ifndef MS_WINDOWS #ifndef MS_WINDOWS
#define UNIX #define UNIX
# ifdef __APPLE__ # ifdef HAVE_FCNTL_H
# include <fcntl.h> # include <fcntl.h>
# endif # endif /* HAVE_FCNTL_H */
#endif #endif
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment