mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 10:17:11 +02:00
11 lines
263 B
Diff
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,
|
|
|