From owner-svn-src-head@freebsd.org Tue Dec 8 16:09:49 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9B7E9D3E0C; Tue, 8 Dec 2015 16:09:49 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69141339; Tue, 8 Dec 2015 16:09:49 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8G9mZq053071; Tue, 8 Dec 2015 16:09:48 GMT (envelope-from vangyzen@FreeBSD.org) Received: (from vangyzen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8G9mfd053070; Tue, 8 Dec 2015 16:09:48 GMT (envelope-from vangyzen@FreeBSD.org) Message-Id: <201512081609.tB8G9mfd053070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vangyzen set sender to vangyzen@FreeBSD.org using -f From: Eric van Gyzen Date: Tue, 8 Dec 2015 16:09:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291994 - head/include X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 16:09:49 -0000 Author: vangyzen Date: Tue Dec 8 16:09:48 2015 New Revision: 291994 URL: https://svnweb.freebsd.org/changeset/base/291994 Log: resolver: fix the build of some ports, broken by r289315 r289315 required time_t and struct timespec to be defined before including . This broke the build of net-mgmt/sx, at least. Include in resolv.h to fix this with minimal pollution. Reported by: Raphael Kubo da Costa MFC after: 3 days Sponsored by: Dell Inc. Modified: head/include/resolv.h Modified: head/include/resolv.h ============================================================================== --- head/include/resolv.h Tue Dec 8 10:50:03 2015 (r291993) +++ head/include/resolv.h Tue Dec 8 16:09:48 2015 (r291994) @@ -57,6 +57,7 @@ #include #include #include +#include #include #include