mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Hosted & tool builds need utime.h
Should fix the warnings introduced in c174d3a5
Change-Id: Ib4bd863caef4dedf28dadab8b58b9a165ed4ef9b
This commit is contained in:
parent
c174d3a544
commit
a8fd590003
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#ifndef __PCTOOL__
|
||||||
|
#include <utime.h>
|
||||||
|
#endif
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue