X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=a054c5636a0f30e3da78c2a26ea4e15b7fbe4968;hb=d7f6737;hp=9dc3b04c6d7d85a1ff87e8678ebb6b5f26e0e1a0;hpb=04fc19112da5e7fcefefcf6e490987cdcfb6f620;p=tinc diff --git a/src/have.h b/src/have.h index 9dc3b04c..a054c563 100644 --- a/src/have.h +++ b/src/have.h @@ -103,10 +103,6 @@ #include #endif -#ifdef HAVE_SYS_UIO_H -#include -#endif - #ifdef HAVE_SYS_UN_H #include #endif @@ -206,6 +202,16 @@ #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