From: Darren Tucker Date: Mon, 16 Feb 2026 23:58:04 +0000 (-0500) Subject: Restore utf8.h removed earlier as it's needed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb778cfde5bca1d84bbad74d8664256301bb13b;p=thirdparty%2Fopenssh-portable.git Restore utf8.h removed earlier as it's needed. ... for msetlocale prototype. --- diff --git a/ssh.c b/ssh.c index 68da120a2..8648fec09 100644 --- a/ssh.c +++ b/ssh.c @@ -96,6 +96,7 @@ #include "match.h" #include "version.h" #include "ssherr.h" +#include "utf8.h" #ifdef ENABLE_PKCS11 #include "ssh-pkcs11.h"