Skip to content

Commit 2796f80

Browse files
committed
Fixed build
1 parent 5f8b72f commit 2796f80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Sources/Shared/IO/FileStream.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
# endif
1616
#else
1717
# include <cerrno>
18-
# include <fcntl.h> // for open()
19-
# include <sys/stat.h> // for open()
20-
# include <sys/unistd.h> // for close()
18+
# include <fcntl.h>
19+
# include <sys/stat.h>
20+
# include <sys/unistd.h>
21+
# include <unistd.h>
2122
#endif
2223

2324
using namespace Death::Containers;

0 commit comments

Comments
 (0)