From f1f13045b6ad3f98f0ceb5e79567d77beec8a3a3 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 19 Dec 2023 15:52:06 +0100 Subject: [PATCH] dnsdist: Fix compilation of the console --- pdns/dnsdist-console.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdist-console.hh b/pdns/dnsdist-console.hh index 96d9d38999..6e227d4716 100644 --- a/pdns/dnsdist-console.hh +++ b/pdns/dnsdist-console.hh @@ -22,6 +22,7 @@ #pragma once #include "config.h" +#include "sstuff.hh" #ifndef DISABLE_COMPLETION struct ConsoleKeyword { -- 2.47.2