From 5bba5c481d7273b475a39eb61e5eacec65d3c8e5 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 18:07:32 -0300 Subject: New upstream version 2.0.5pre --- modules/devices.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/devices.c') diff --git a/modules/devices.c b/modules/devices.c index 574896ee..614c43f5 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -37,6 +37,7 @@ #include "udisks2_util.h" #include "storage_util.h" #include "pci_util.h" +#include gchar *callback_processors(); gchar *callback_gpu(); @@ -857,10 +858,12 @@ void hi_module_init(void) .file_name = "sdcard.ids", }, #ifdef ARCH_x86 +#if JSON_CHECK_VERSION(0,20,0) { .name = N_("Update CPU flags database"), .file_name = "cpuflags.json", }, +#endif #endif }; guint i; -- cgit v1.2.3