X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=have.h;h=9e154d6600fa47984ccd5e85c2337d823b3c611f;hp=923e76ab3e0f9a96e6fb047c287585b5df5b169f;hb=046d83bf91e01bc7a32e66a02758caf228bc4601;hpb=f017c7f98f8f68d6ca50ebe247f4115aadd93635 diff --git a/have.h b/have.h index 923e76ab..9e154d66 100644 --- a/have.h +++ b/have.h @@ -95,6 +95,10 @@ #include #endif +#ifdef HAVE_SYS_RESOURCE_H +#include +#endif + #ifdef HAVE_SYS_UIO_H #include #endif @@ -126,10 +130,18 @@ #include #endif +#ifdef HAVE_NET_TUN_IF_TUN_H +#include +#endif + #ifdef HAVE_NET_IF_TAP_H #include #endif +#ifdef HAVE_NET_TAP_IF_TAP_H +#include +#endif + #ifdef HAVE_NETINET_IN_SYSTM_H #include #endif