Merge pull request #13107 from markand/fix-wifi

Fix missing time.h header in wifi_driver.h
This commit is contained in:
Autechre 2021-10-12 14:11:38 +02:00 committed by GitHub
commit ac1a280665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
#define __WIFI_DRIVER__H
#include <stdint.h>
#include <time.h>
#include <boolean.h>
#include <retro_common_api.h>