aports/testing/flightgear/musl-include-fcntl.patch
2025-03-05 00:13:04 +00:00

11 lines
263 B
Diff

--- a/src/Navaids/NavDataCache.cxx
+++ b/src/Navaids/NavDataCache.cxx
@@ -19,6 +19,7 @@
#include <mutex>
#include <utility>
#include <vector>
+#include <fcntl.h>
#ifdef SYSTEM_SQLITE
// the standard sqlite3.h doesn't give a way to set SQLITE_UINT64_TYPE,