X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=a054c5636a0f30e3da78c2a26ea4e15b7fbe4968;hb=d7f6737cfcae75e8c2f522c68aaedee0519a6131;hp=88733a1e47edbd7485520c7ae607af97777a0344;hpb=14ccf509540e338502ad806f60bdc3f71ddce66f;p=tinc diff --git a/src/have.h b/src/have.h index 88733a1e..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 @@ -210,6 +206,12 @@ #include #endif +#ifdef HAVE_GETOPT_H +#include +#else +#include "getopt.h" +#endif + #ifdef STATUS #undef STATUS #endif