1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

clock_hr_microsec.h: include header time.h

This commit is contained in:
2024-12-30 21:00:31 +03:00
parent e840243610
commit 545ac7e706

View File

@@ -10,6 +10,7 @@
#define _CLOCK_HR_MICROSEC_H
#include <stdio.h>
#include <time.h>
// typedefs
typedef long double clock_hr_microsec_t;