X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=57de6e08486377fe560c437aa8bd8e5238aa73b1;hb=e355088535ee9ebb12a4db0043bf6a9743085b28;hp=85479f75de2ed7688c105c2e878eb2036e43e90b;hpb=c1f7357e7dca18f43f02541cff2684f737512686;p=tinc diff --git a/src/have.h b/src/have.h index 85479f75..57de6e08 100644 --- a/src/have.h +++ b/src/have.h @@ -40,6 +40,7 @@ #include #include #include +#include #ifdef HAVE_MINGW #include @@ -197,6 +198,28 @@ #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#endif + +#ifdef HAVE_RESOLV_H +#include +#endif + +#ifdef HAVE_LINUX_IF_TUN_H +#include +#endif + +#ifdef HAVE_GETOPT_H +#include +#else +#include "getopt.h" +#endif + +#ifdef STATUS +#undef STATUS +#endif + #ifdef HAVE_MINGW #define SLASH "\\" #else