Merge pull request #91 from rofl0r/clock_t

psputils.h: fix header inclusion for clock_t
This commit is contained in:
Francisco Javier Trujillo Mata
2022-04-04 19:51:04 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ extern "C" {
/**@{*/ /**@{*/
#include <sys/time.h> #include <time.h>
/** /**
* This struct is needed because tv_sec size is different from what newlib expect * This struct is needed because tv_sec size is different from what newlib expect