mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
Add fcntl.h include to POSIX platform
Required for `open()`, etc.
This commit is contained in:
committed by
Michał Janiszewski
parent
5d3c58611a
commit
a13c30795d
@@ -19,6 +19,7 @@
|
||||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <fnmatch.h>
|
||||
#include <fts.h>
|
||||
#include <libgen.h>
|
||||
|
||||
Reference in New Issue
Block a user