[openssh-commits] [openssh] 01/01: fix missing include for systems with err.h

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jul 14 09:49:07 AEST 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 8aaec7050614494014c47510b7e94daf6e644c62
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jul 14 09:48:48 2016 +1000

    fix missing include for systems with err.h
---
 regress/netcat.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/regress/netcat.c b/regress/netcat.c
index 7c29e0c..98a08b1 100644
--- a/regress/netcat.c
+++ b/regress/netcat.c
@@ -61,6 +61,9 @@
 #  include <sys/poll.h>
 # endif
 #endif
+#ifdef HAVE_ERR_H
+# include <err.h>
+#endif
 
 /* Telnet options from arpa/telnet.h */
 #define IAC	255

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list