Skip to content

Commit 91f1089

Browse files
committed
cli: fix Windows build by including fcntl.h for _O_WRONLY
1 parent 1899552 commit 91f1089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/TestsCommand.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <fcntl.h>
4343
#else
4444
#include <io.h>
45+
#include <fcntl.h>
4546
#endif
4647

4748
using namespace vix::cli::style;

0 commit comments

Comments
 (0)