aboutsummaryrefslogtreecommitdiff
path: root/fiv-io-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-io-model.c')
-rw-r--r--fiv-io-model.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fiv-io-model.c b/fiv-io-model.c
index 55ddd91..2f8b192 100644
--- a/fiv-io-model.c
+++ b/fiv-io-model.c
@@ -166,6 +166,10 @@ model_entry_array_new(void)
(GDestroyNotify) fiv_io_model_entry_unref);
}
+#if !GLIB_CHECK_VERSION(2, 70, 0)
+#define g_pattern_spec_match g_pattern_match
+#endif
+
static gboolean
model_supports(FivIoModel *self, const char *filename)
{