svn commit: r222483 - head/tools/regression/netinet/tcpconnect

Robert Watson rwatson at FreeBSD.org
Mon May 30 08:54:33 UTC 2011


Author: rwatson
Date: Mon May 30 08:54:32 2011
New Revision: 222483
URL: http://svn.freebsd.org/changeset/base/222483

Log:
  Add missing #include of err.h.
  
  MFC after:	3 days
  Sponsored by:	Juniper Networks, Inc.

Modified:
  head/tools/regression/netinet/tcpconnect/tcpconnect.c

Modified: head/tools/regression/netinet/tcpconnect/tcpconnect.c
==============================================================================
--- head/tools/regression/netinet/tcpconnect/tcpconnect.c	Mon May 30 08:40:59 2011	(r222482)
+++ head/tools/regression/netinet/tcpconnect/tcpconnect.c	Mon May 30 08:54:32 2011	(r222483)
@@ -34,6 +34,7 @@
 
 #include <arpa/inet.h>
 
+#include <err.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>


More information about the svn-src-head mailing list