From a8fd590003774cb5554eaec2d5805d5e5b699fc4 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Jul 2021 09:54:12 -0400 Subject: Hosted & tool builds need utime.h Should fix the warnings introduced in c174d3a5 Change-Id: Ib4bd863caef4dedf28dadab8b58b9a165ed4ef9b --- firmware/export/fat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/fat.h') diff --git a/firmware/export/fat.h b/firmware/export/fat.h index b83ceeec0d..57a87ecd4e 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h @@ -23,6 +23,9 @@ #include #include +#ifndef __PCTOOL__ +#include +#endif #include #include "config.h" #include "system.h" -- cgit