diff options
Diffstat (limited to 'core/unix.c')
-rw-r--r-- | core/unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/unix.c b/core/unix.c index 5b1cc3720..a867d5013 100644 --- a/core/unix.c +++ b/core/unix.c @@ -3,6 +3,7 @@ /* implements UNIX specific functions */ #include "ssrf.h" #include "dive.h" +#include "file.h" #include "subsurface-string.h" #include "display.h" #include "membuffer.h" @@ -14,6 +15,7 @@ #include <fcntl.h> #include <unistd.h> #include <pwd.h> +#include <zip.h> // the DE should provide us with a default font and font size... const char unix_system_divelist_default_font[] = "Sans"; |