X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=9dc3b04c6d7d85a1ff87e8678ebb6b5f26e0e1a0;hb=c46bdbde18629f0a0613c776c13a79fea0ec6093;hp=3ada63a732a53a94b558a833b6cd905b060e8d07;hpb=5e00a24e1f13fa70a6945831c409d873b7809d11;p=tinc diff --git a/src/have.h b/src/have.h index 3ada63a7..9dc3b04c 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,18 @@ #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#endif + +#ifdef HAVE_RESOLV_H +#include +#endif + +#ifdef STATUS +#undef STATUS +#endif + #ifdef HAVE_MINGW #define SLASH "\\" #else