From: djm@openbsd.org Date: Tue, 6 Apr 2021 23:24:30 +0000 (+0000) Subject: upstream: include "ssherr.h" not ; from Balu Gajjala via X-Git-Tag: V_8_6_P1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961af266b861e30fce1e26170ee0dbb5bf591f29;p=thirdparty%2Fopenssh-portable.git upstream: include "ssherr.h" not ; from Balu Gajjala via bz#3292 OpenBSD-Commit-ID: e9535cd9966eb2e69e73d1ede1f44905c30310bd --- diff --git a/log.h b/log.h index 347ce0392..0e9e303c7 100644 --- a/log.h +++ b/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 {