aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-27 16:29:42 +0200
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitcdf30e9d584f81029311f111f314fabdc1bf6d60 (patch)
tree4303555843e42deaecf707d4ed78abf3b9bbd251
parent6c01edc57a221e5c376d23f12bb2f090c73c4ffd (diff)
downloadscummvm-rg350-cdf30e9d584f81029311f111f314fabdc1bf6d60.tar.gz
scummvm-rg350-cdf30e9d584f81029311f111f314fabdc1bf6d60.tar.bz2
scummvm-rg350-cdf30e9d584f81029311f111f314fabdc1bf6d60.zip
CLOUD: Fix posix backend compilation
-rw-r--r--backends/fs/posix/posix-fs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp
index d388f306fd..b38a07637c 100644
--- a/backends/fs/posix/posix-fs.cpp
+++ b/backends/fs/posix/posix-fs.cpp
@@ -39,6 +39,7 @@
#include <dirent.h>
#include <stdio.h>
#include <errno.h>
+#include <fcntl.h>
#ifdef __OS2__
#define INCL_DOS