Adding missing time.h

This commit is contained in:
Francisco Javier Trujillo Mata
2023-06-24 12:42:20 +02:00
parent a1e07de6dc
commit ba34585a9c

View File

@@ -13,6 +13,8 @@
#ifndef __PSPRTC_H__
#define __PSPRTC_H__
#include <time.h>
#ifdef __cplusplus
extern "C" {
#endif