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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"