0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00

time/epoch: include time.h

for ::clock_gettime

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
Frank Lichtenheld 2022-08-12 13:13:48 +02:00
parent 66527fa611
commit ef62e5b02a

View File

@ -21,6 +21,8 @@
#pragma once
#include <time.h>
#include <openvpn/time/timespec.hpp>
namespace openvpn {