X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=682fd2b7c21f6c75bab7824f65ba8455c7915591;hb=075264a9e18f9fd58cad044c064a91557e9ed429;hp=9a9efcb8c3ed2a0e0a4aa46f92bdfd3fc7ea745b;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee;p=tinc diff --git a/have.h b/have.h index 9a9efcb8..682fd2b7 100644 --- a/have.h +++ b/have.h @@ -68,6 +68,10 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -96,6 +100,10 @@ #include #endif +#ifdef HAVE_SYS_UN_H +#include +#endif + /* SunOS really wants sys/socket.h BEFORE net/if.h, and FreeBSD wants these lines below the rest. */