Fix yellow in android builds.

Change-Id: Ic22908e249f2db85c029e1644c9531a12ed87993
This commit is contained in:
Solomon Peachy 2021-07-08 13:06:41 -04:00
parent 17f7dfb9d2
commit a0f1236e88

View file

@ -23,7 +23,7 @@
#include <stdbool.h>
#include <sys/types.h>
#if defined(__PCTOOL__) || defined(SIMULATOR) || (CONFIG_PLATFORM == PLATFORM_HOSTED)
#if defined(__PCTOOL__) || defined(SIMULATOR) || ((CONFIG_PLATFORM & PLATFORM_HOSTED) == PLATFORM_HOSTED)
#include <utime.h>
#endif
#include <time.h>