From a9a57b5eb6568c77fa9b84f6a0f87afbf171b219 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Wed, 8 Apr 2026 13:24:07 +0300 Subject: [PATCH] scst_vdisk: Include for hex2bin() Include explicitly for hex2bin(), which avoids handling the v6.4 split of hex helpers to . --- scst/src/dev_handlers/scst_vdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 356da67cc..cf9ba14b5 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -25,6 +25,7 @@ #ifndef INSIDE_KERNEL_TREE #include #endif +#include #include #include #include