From owner-svn-src-head@FreeBSD.ORG Sat May 25 18:04:25 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2435C37E; Sat, 25 May 2013 18:04:25 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 16968D71; Sat, 25 May 2013 18:04:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PI4OmE035180; Sat, 25 May 2013 18:04:24 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PI4OX3035174; Sat, 25 May 2013 18:04:24 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201305251804.r4PI4OX3035174@svn.freebsd.org> From: Ed Schouten Date: Sat, 25 May 2013 18:04:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250989 - head/tools/regression/lib/libc/locale 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.14 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, 25 May 2013 18:04:25 -0000 Author: ed Date: Sat May 25 18:04:24 2013 New Revision: 250989 URL: http://svnweb.freebsd.org/changeset/base/250989 Log: Add missing #includes, to keep Clang silent. Modified: head/tools/regression/lib/libc/locale/test-btowc.c head/tools/regression/lib/libc/locale/test-iswctype.c head/tools/regression/lib/libc/locale/test-towctrans.c Modified: head/tools/regression/lib/libc/locale/test-btowc.c ============================================================================== --- head/tools/regression/lib/libc/locale/test-btowc.c Sat May 25 17:19:06 2013 (r250988) +++ head/tools/regression/lib/libc/locale/test-btowc.c Sat May 25 18:04:24 2013 (r250989) @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include int Modified: head/tools/regression/lib/libc/locale/test-iswctype.c ============================================================================== --- head/tools/regression/lib/libc/locale/test-iswctype.c Sat May 25 17:19:06 2013 (r250988) +++ head/tools/regression/lib/libc/locale/test-iswctype.c Sat May 25 18:04:24 2013 (r250989) @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include Modified: head/tools/regression/lib/libc/locale/test-towctrans.c ============================================================================== --- head/tools/regression/lib/libc/locale/test-towctrans.c Sat May 25 17:19:06 2013 (r250988) +++ head/tools/regression/lib/libc/locale/test-towctrans.c Sat May 25 18:04:24 2013 (r250989) @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include