mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
Include string.h and stdio.h for strerror.
This commit is contained in:
parent
fff13aaa26
commit
4d2cbdb525
@ -30,6 +30,8 @@
|
||||
#include <priv.h> /* For setpflags() and __PROC_PROTECT */
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user