From 4d2cbdb525d673acf941d48a7044fcf03125611a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 15 Oct 2021 12:59:06 +1100 Subject: Include string.h and stdio.h for strerror. --- platform-tracing.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform-tracing.c') diff --git a/platform-tracing.c b/platform-tracing.c index b67e64f2..c2810f2d 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" -- cgit v1.2.1