summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-04-07 01:24:30 +0200
committerDamien Miller <djm@mindrot.org>2021-04-07 01:25:53 +0200
commit961af266b861e30fce1e26170ee0dbb5bf591f29 (patch)
tree1e7db7e8affb2cb90746b672c8c1e94a889ac454
parentwrap struct rlimit in HAVE_GETRLIMIT too (diff)
downloadopenssh-961af266b861e30fce1e26170ee0dbb5bf591f29.tar.xz
openssh-961af266b861e30fce1e26170ee0dbb5bf591f29.zip
upstream: include "ssherr.h" not <ssherr.h>; from Balu Gajjala via
bz#3292 OpenBSD-Commit-ID: e9535cd9966eb2e69e73d1ede1f44905c30310bd
-rw-r--r--log.h4
1 files changed, 2 insertions, 2 deletions
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 <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 {