From d7000eaa94ef32e169cb4628a502ec813f92c466 Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 6 Apr 2021 23:24:30 +0000 Subject: [PATCH] include "ssherr.h" not ; from Balu Gajjala via bz#3292 --- usr.bin/ssh/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/log.h b/usr.bin/ssh/log.h index e5134ea2c60..7d84e388472 100644 --- a/usr.bin/ssh/log.h +++ b/usr.bin/ssh/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.31 2021/04/03 05:54:14 djm Exp $ */ +/* $OpenBSD: log.h,v 1.32 2021/04/06 23:24:30 djm Exp $ */ /* * Author: Tatu Ylonen @@ -16,7 +16,7 @@ #define SSH_LOG_H #include /* va_list */ -#include /* ssh_err() */ +#include "ssherr.h" /* ssh_err() */ /* Supported syslog facilities and levels. */ typedef enum { -- 2.20.1