From 39b82afb45fb0072e65c07a0eb5392dce5d9439e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Jul 2021 10:14:51 -0400 Subject: Fix warnings introduced in c174d3a5 (redux) Change-Id: Icc871bd9875aa0d092a4fba3e8a6c3a598053854 --- firmware/export/fat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/fat.h b/firmware/export/fat.h index b83ceeec0d..199765b11c 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h @@ -23,6 +23,9 @@ #include #include +#if defined(__PCTOOL__) || defined(SIMULATOR) || (CONFIG_PLATFORM == PLATFORM_HOSTED) +#include +#endif #include #include "config.h" #include "system.h" -- cgit v1.2.3