]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: include "ssherr.h" not <ssherr.h>; from Balu Gajjala via
authordjm@openbsd.org <djm@openbsd.org>
Tue, 6 Apr 2021 23:24:30 +0000 (23:24 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 6 Apr 2021 23:25:53 +0000 (09:25 +1000)
bz#3292

OpenBSD-Commit-ID: e9535cd9966eb2e69e73d1ede1f44905c30310bd

log.h

diff --git a/log.h b/log.h
index 347ce0392be5647453e57ad59b73fa8cd5cfb69c..0e9e303c7de74cc37ec1db17eb9367cd96b8d8e9 100644 (file)
--- 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 <ylo@cs.hut.fi>
@@ -16,7 +16,7 @@
 #define SSH_LOG_H
 
 #include <stdarg.h> /* va_list */
-#include <ssherr.h> /* ssh_err() */
+#include "ssherr.h" /* ssh_err() */
 
 /* Supported syslog facilities and levels. */
 typedef enum {