diff --git a/regress/netcat.c b/regress/netcat.c index d583176f1..20ec3f595 100644 --- a/regress/netcat.c +++ b/regress/netcat.c @@ -69,6 +69,9 @@ # include #endif +/* rename to avoid collision in libssh */ +#define timeout_connect netcat_timeout_connect + /* Telnet options from arpa/telnet.h */ #define IAC 255 #define DONT 254