Hosted & tool builds need utime.h

Should fix the warnings introduced in c174d3a5

Change-Id: Ib4bd863caef4dedf28dadab8b58b9a165ed4ef9b
This commit is contained in:
Solomon Peachy 2021-07-08 09:54:12 -04:00
parent c174d3a544
commit a8fd590003
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
#include <stdbool.h>
#include <sys/types.h>
#ifndef __PCTOOL__
#include <utime.h>
#endif
#include <time.h>
#include "config.h"
#include "system.h"