[openssh-commits] [openssh] 01/01: missing header
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Oct 17 22:55:29 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit d55dfed34ef6ef1f028d552a90d5f3dba8dd6f7b
Author: Damien Miller <djm at mindrot.org>
Date: Sat Oct 17 22:55:24 2020 +1100
missing header
---
regress/misc/sk-dummy/fatal.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/misc/sk-dummy/fatal.c b/regress/misc/sk-dummy/fatal.c
index 0aea5b46..f0c5bb47 100644
--- a/regress/misc/sk-dummy/fatal.c
+++ b/regress/misc/sk-dummy/fatal.c
@@ -7,6 +7,8 @@
#include <stdarg.h>
#include <unistd.h>
+#include "log.h"
+
void sshfatal(const char *file, const char *func, int line, int showfunc,
LogLevel level, const char *fmt, ...);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list