From: Damien Miller Date: Wed, 13 Jul 2016 23:48:48 +0000 (+1000) Subject: fix missing include for systems with err.h X-Git-Tag: V_7_3_P1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aaec7050614494014c47510b7e94daf6e644c62;p=thirdparty%2Fopenssh-portable.git fix missing include for systems with err.h --- diff --git a/regress/netcat.c b/regress/netcat.c index 7c29e0cf9..98a08b1ec 100644 --- a/regress/netcat.c +++ b/regress/netcat.c @@ -61,6 +61,9 @@ # include # endif #endif +#ifdef HAVE_ERR_H +# include +#endif /* Telnet options from arpa/telnet.h */ #define IAC 255