1
0
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:
Michał Janiszewski
2017-09-03 14:29:23 +02:00
committed by Michał Janiszewski
parent 5d3c58611a
commit a13c30795d

View File

@@ -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>