forked from len0rd/rockbox
Fix warnings introduced in c174d3a5
(redux)
Change-Id: Icc871bd9875aa0d092a4fba3e8a6c3a598053854
This commit is contained in:
parent
78eb87f453
commit
39b82afb45
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>
|
||||||
|
#if defined(__PCTOOL__) || defined(SIMULATOR) || (CONFIG_PLATFORM == PLATFORM_HOSTED)
|
||||||
|
#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