From 5bcf9ac008c7fb46a351ddcdf5a30666c22aaf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Pr=C3=ADvozn=C3=ADk?= Date: Sun, 26 Apr 2020 07:32:24 +0200 Subject: [PATCH] print: Include "fpi-compact.h" In the fpi_print_fill_from_user_id() GDate is defined using g_autoptr(). However, this requires new enough GLib. For older versions there's a definition provided locally in fpi-compact.h. Include the file to fix build with older version of GLib. Signed-off-by: Michal Privoznik --- libfprint/fpi-print.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfprint/fpi-print.c b/libfprint/fpi-print.c index 4787b6e..617e7b4 100644 --- a/libfprint/fpi-print.c +++ b/libfprint/fpi-print.c @@ -23,6 +23,7 @@ #include "fp-print-private.h" #include "fpi-device.h" +#include "fpi-compat.h" /** * SECTION: fpi-print