Fix warnings introduced in c174d3a5 (redux)

Change-Id: Icc871bd9875aa0d092a4fba3e8a6c3a598053854
This commit is contained in:
Solomon Peachy 2021-07-08 10:14:51 -04:00
parent 78eb87f453
commit 39b82afb45

View file

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