From 624ab3bf9e7785eebcacc38e896f501f1db1fe8d Mon Sep 17 00:00:00 2001 From: Doug Junkins Date: Sat, 10 Aug 2019 20:56:30 -0700 Subject: [PATCH] Add missing header files to macos.c Missing header files were causing errors opening cloud storage on launch on Mac OSX. Signed-off-by: Doug Junkins --- CHANGELOG.md | 1 + core/macos.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e536cfe..13bb8d62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Desktop: fix missing header files in macos.c - Desktop: fix display of trip time --- * Always add new entries at the very top of this file above other existing entries and this note. diff --git a/core/macos.c b/core/macos.c index 2d9832348..dc07dc7b6 100644 --- a/core/macos.c +++ b/core/macos.c @@ -17,6 +17,8 @@ #include #include #include +#include +#include void subsurface_user_info(struct user_info *info) {