mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
missing header
This commit is contained in:
parent
999d7cb79a
commit
d55dfed34e
@ -7,6 +7,8 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include "log.h"
|
||||||
|
|
||||||
void sshfatal(const char *file, const char *func, int line, int showfunc,
|
void sshfatal(const char *file, const char *func, int line, int showfunc,
|
||||||
LogLevel level, const char *fmt, ...);
|
LogLevel level, const char *fmt, ...);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user