From: Darren Tucker Date: Sun, 16 Jun 2019 02:55:27 +0000 (+1000) Subject: Include stdio.h for vsnprintf. X-Git-Tag: V_8_1_P1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73eb6cef41daba0359c1888e4756108d41b4e819;p=thirdparty%2Fopenssh-portable.git Include stdio.h for vsnprintf. Patch from mforney at mforney.org. --- diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c index dbd1a95a0..e4064323a 100644 --- a/openbsd-compat/setproctitle.c +++ b/openbsd-compat/setproctitle.c @@ -36,6 +36,7 @@ #ifndef HAVE_SETPROCTITLE #include +#include #include #include #ifdef HAVE_SYS_PSTAT_H