X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=have.h;h=21c16efa8be933233e9c1666521fa3a0b8057e57;hp=923e76ab3e0f9a96e6fb047c287585b5df5b169f;hb=a22041922f160667573e9a5ae3f4195e1668906a;hpb=930bf74fbe5ce8363b6cc2ae3a3e960e910e0996 diff --git a/have.h b/have.h index 923e76ab..21c16efa 100644 --- a/have.h +++ b/have.h @@ -27,6 +27,7 @@ #else #define WINVER WindowsXP #endif +#define WIN32_LEAN_AND_MEAN #endif #include @@ -71,6 +72,10 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -99,6 +104,10 @@ #include #endif +#ifdef HAVE_SYS_UN_H +#include +#endif + #ifdef HAVE_DIRENT_H #include #endif @@ -178,4 +187,8 @@ #include #endif +#ifdef HAVE_EVENT_H +#include +#endif + #endif /* __TINC_SYSTEM_H__ */