1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-04-05 14:45:20 +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
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

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;