aboutsummaryrefslogtreecommitdiffstats
path: root/core/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/linux.c')
-rw-r--r--core/linux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/linux.c b/core/linux.c
index de2e6c136..446bbeaa1 100644
--- a/core/linux.c
+++ b/core/linux.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/* linux.c */
/* implements Linux specific functions */
+#include "ssrf.h"
#include "dive.h"
#include "subsurface-string.h"
#include "display.h"
@@ -22,7 +23,7 @@ double system_divelist_default_font_size = -1.0;
bool subsurface_ignore_font(const char *font)
{
// there are no old default fonts to ignore
- (void)font;
+ UNUSED(font);
return false;
}