X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fhave.h;h=69d5100ed182e93ffaf03109faf26bf728729ade;hp=e00c7f7194f046f57d8f2d447893ead48417f319;hb=a04fd9d0c9babca461cee186677db8f607677c6a;hpb=68f4ca711593416d0defd81199b176ba604c6cb1 diff --git a/src/have.h b/src/have.h index e00c7f71..69d5100e 100644 --- a/src/have.h +++ b/src/have.h @@ -1,7 +1,7 @@ /* have.h -- include headers which are known to exist Copyright (C) 1998-2005 Ivo Timmermans - 2003-2011 Guus Sliepen + 2003-2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,6 +38,7 @@ #include #include #include +#include #ifdef HAVE_MINGW #include @@ -195,4 +196,19 @@ #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#ifdef STATUS +#undef STATUS +#endif +#endif + +#ifdef HAVE_RESOLV_H +#include +#endif + +#ifdef HAVE_LINUX_IF_TUN_H +#include +#endif + #endif /* __TINC_SYSTEM_H__ */