X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=88733a1e47edbd7485520c7ae607af97777a0344;hb=cda5a477c8138226d184a176256d559971b4f7ed;hp=3ada63a732a53a94b558a833b6cd905b060e8d07;hpb=5e00a24e1f13fa70a6945831c409d873b7809d11;p=tinc diff --git a/src/have.h b/src/have.h index 3ada63a7..88733a1e 100644 --- a/src/have.h +++ b/src/have.h @@ -39,6 +39,8 @@ #include #include #include +#include +#include #ifdef HAVE_MINGW #include @@ -196,6 +198,22 @@ #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#endif + +#ifdef HAVE_RESOLV_H +#include +#endif + +#ifdef HAVE_LINUX_IF_TUN_H +#include +#endif + +#ifdef STATUS +#undef STATUS +#endif + #ifdef HAVE_MINGW #define SLASH "\\" #else