X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=8006d1a783f3cd9dfd1b2db354e524e692200c58;hp=51adca0b785679c8ae34069a32e4483d69412426;hb=40c2e36a96a3f5c34d4851b30f3561123f3906b5;hpb=97d492d9e23f43fe4c8a5ca8c95747088cf32f98 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__ */