X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=8006d1a783f3cd9dfd1b2db354e524e692200c58;hp=51adca0b785679c8ae34069a32e4483d69412426;hb=b6ad4ce35a4434c209ee26015f15a18180987bac;hpb=9175d2048382c617a639fd3d437a9e06baa66d0f diff --git a/system.h b/system.h index 51adca0b..8006d1a7 100644 --- a/system.h +++ b/system.h @@ -48,5 +48,9 @@ /* Other functions */ #include +#ifndef HAVE_SOCKLEN_T +typedef int socklen_t; +#endif + #endif /* __TINC_SYSTEM_H__ */