X-Git-Url: https://git.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=57de6e08486377fe560c437aa8bd8e5238aa73b1;hb=9f0fb224a6c2eab93b6917ef6c034423c49126cd;hp=88733a1e47edbd7485520c7ae607af97777a0344;hpb=c2726dae62d632883f822741f9619265640e57b3;p=tinc diff --git a/src/have.h b/src/have.h index 88733a1e..57de6e08 100644 --- a/src/have.h +++ b/src/have.h @@ -210,6 +210,12 @@ #include #endif +#ifdef HAVE_GETOPT_H +#include +#else +#include "getopt.h" +#endif + #ifdef STATUS #undef STATUS #endif