aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flightgear/musl-include-fcntl.patch
blob: 1f3e0f8234f560c49f38ab66d83d8511ad5d886f (plain)
1
2
3
4
5
6
7
8
9
10
--- 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,