This commit is contained in:
Benjamin Peterson 2015-08-02 12:16:54 -07:00
commit 38768b23ae

View file

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