]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
missing header
authorDamien Miller <djm@mindrot.org>
Sat, 17 Oct 2020 11:55:24 +0000 (22:55 +1100)
committerDamien Miller <djm@mindrot.org>
Sat, 17 Oct 2020 11:55:24 +0000 (22:55 +1100)
regress/misc/sk-dummy/fatal.c

index 0aea5b46ca40ef558b56a35bad366dfdfee4244a..f0c5bb479824ad226ac2110ef744e50f89bdcb4b 100644 (file)
@@ -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, ...);