mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
#include fcntl.h in cygwin builds
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
#include <io.h> /* for _setmode() */
|
||||
#include <fcntl.h> /* for _O_BINARY */
|
||||
#elif defined __CYGWIN__
|
||||
#include <io.h> /* for _setmode(), O_BINARY */
|
||||
#include <io.h> /* for setmode(), O_BINARY */
|
||||
#include <fcntl.h> /* for _O_BINARY */
|
||||
#endif
|
||||
#include "FLAC/assert.h"
|
||||
#include "protected/file_decoder.h"
|
||||
|
||||
Reference in New Issue
Block a user