mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Include stdio.h for vsnprintf.
Patch from mforney at mforney.org.
This commit is contained in:
parent
adcaf40fd0
commit
73eb6cef41
@ -36,6 +36,7 @@
|
||||
#ifndef HAVE_SETPROCTITLE
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_SYS_PSTAT_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user