1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 14:05:25 +03:00
aports/testing/flightgear/musl-include-fcntl.patch
2021-11-15 07:16:39 +00:00

10 lines
306 B
Diff

--- a/src/Navaids/NavDataCache.cxx
+++ b/src/Navaids/NavDataCache.cxx
@@ -31,6 +31,7 @@
#include <stdint.h> // for int64_t
#include <sstream> // for std::ostringstream
#include <mutex>
+#include <fcntl.h>
#ifdef SYSTEM_SQLITE
// the standard sqlite3.h doesn't give a way to set SQLITE_UINT64_TYPE,