X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fhave.h;h=e83f98f48ebe1694e491cdc4e5a50f8f34b3c86b;hp=a96dd7da3ae2ca7ffc9b46d66b23e49cc40c0e88;hb=09d60499af3acef2ba9bd7be15e8d1c44249f8d5;hpb=c73b5df6b1fb8aa654832aa97fc42a618a1d48ca diff --git a/src/have.h b/src/have.h index a96dd7da..e83f98f4 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 @@ -196,4 +196,15 @@ #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#ifdef STATUS +#undef STATUS +#endif +#endif + +#ifdef HAVE_RESOLV_H +#include +#endif + #endif /* __TINC_SYSTEM_H__ */