From 475c8a491f33500289e98fc1630068f11bb2f597 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Wed, 21 Jan 2026 00:10:08 +0100 Subject: [PATCH] prompt-util: use our own sd-varlink header --- src/shared/prompt-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/prompt-util.c b/src/shared/prompt-util.c index 28435b2da19..9811cb15278 100644 --- a/src/shared/prompt-util.c +++ b/src/shared/prompt-util.c @@ -2,7 +2,7 @@ #include -#include +#include "sd-varlink.h" #include "alloc-util.h" #include "glyph-util.h" -- 2.47.3