Fix missing time.h header in wifi_driver.h

This commit is contained in:
David Demelier 2021-10-12 13:55:29 +02:00
parent cfb2ae7d2c
commit a23a358dc9

View File

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