mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <junkins@foghead.com>
This commit is contained in:
parent
e9194a5c40
commit
624ab3bf9e
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <zip.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
void subsurface_user_info(struct user_info *info)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue