diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-02 23:24:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:48 +0100 |
| commit | 154fae5683aa15e84bd07e37f4b219c86354692d (patch) | |
| tree | aab057f69201ac2ea843671a538c8e177a762bdf /src/lib | |
| parent | 1bd0ed7f4a2bd67da7e8957dac7a8d143e9a599a (diff) | |
Another Windows include.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 73e45213c..6dcdbcdc8 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -36,6 +36,7 @@ extern "C" { #undef DATADIR #include <shlwapi.h> #include <shellapi.h> +#include <fcntl.h> #endif #ifdef DCPOMATIC_OSX #include <sys/sysctl.h> |
