mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Merge pull request #13107 from markand/fix-wifi
Fix missing time.h header in wifi_driver.h
This commit is contained in:
commit
ac1a280665
@ -19,6 +19,7 @@
|
||||
#define __WIFI_DRIVER__H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user