From owner-svn-src-head@FreeBSD.ORG Sat Mar 21 21:49:26 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A3B3117; Sat, 21 Mar 2015 21:49:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 65DABEF1; Sat, 21 Mar 2015 21:49:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LLnQH2049153; Sat, 21 Mar 2015 21:49:26 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LLnQft049152; Sat, 21 Mar 2015 21:49:26 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201503212149.t2LLnQft049152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sat, 21 Mar 2015 21:49:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280333 - head/contrib/compiler-rt/lib/builtins 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.18-1 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: Sat, 21 Mar 2015 21:49:26 -0000 Author: dim Date: Sat Mar 21 21:49:25 2015 New Revision: 280333 URL: https://svnweb.freebsd.org/changeset/base/280333 Log: Pull in r231972 from upstream compiler-rt trunk (by Jörg Sonnenberger): Always include stddef.h to make sure size_t exists. From Alexander Esilevich. Requested by: andrew Modified: head/contrib/compiler-rt/lib/builtins/clear_cache.c Modified: head/contrib/compiler-rt/lib/builtins/clear_cache.c ============================================================================== --- head/contrib/compiler-rt/lib/builtins/clear_cache.c Sat Mar 21 20:25:34 2015 (r280332) +++ head/contrib/compiler-rt/lib/builtins/clear_cache.c Sat Mar 21 21:49:25 2015 (r280333) @@ -9,6 +9,7 @@ */ #include "int_lib.h" +#include #if __APPLE__ #include