X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=e0652a9daf41df4dfa34daefade0d7d43369fd0e;hb=08aabbf9317806bc50a9a6693ca866c8936ce26b;hp=8a58af33764954a40d21f524a7979513d1692a41;hpb=de78d79db84c486afcc353884ec1770866beb653;p=tinc diff --git a/have.h b/have.h index 8a58af33..e0652a9d 100644 --- a/have.h +++ b/have.h @@ -57,6 +57,10 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -165,4 +169,8 @@ #include #endif +#ifdef HAVE_LIBEVENT +#include +#endif + #endif /* __TINC_SYSTEM_H__ */