mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 10:02:30 +00:00
fix(system/file): include <fcntl.h>
This commit is contained in:
parent
8928b59dbf
commit
d0f9939077
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <cerrno>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
namespace Blizzard {
|
||||
namespace System_File {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue