From: Darren Tucker Date: Fri, 15 Oct 2021 01:59:06 +0000 (+1100) Subject: Include string.h and stdio.h for strerror. X-Git-Tag: V_8_9_P1~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2cbdb525d673acf941d48a7044fcf03125611a;p=thirdparty%2Fopenssh-portable.git Include string.h and stdio.h for strerror. --- diff --git a/platform-tracing.c b/platform-tracing.c index b67e64f25..c2810f2d0 100644 --- a/platform-tracing.c +++ b/platform-tracing.c @@ -30,6 +30,8 @@ #include /* For setpflags() and __PROC_PROTECT */ #endif #include +#include +#include #include "log.h"