mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +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 */
|
#include <priv.h> /* For setpflags() and __PROC_PROTECT */
|
||||||
#endif
|
#endif
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user