From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3ECBC1F463 for ; Tue, 10 Sep 2019 12:55:59 +0000 (UTC) Received: from localhost ([::1]:39478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7fgb-0005xw-G0 for normalperson@yhbt.net; Tue, 10 Sep 2019 08:55:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33879) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7fgU-0005sg-R9 for bug-gnulib@gnu.org; Tue, 10 Sep 2019 08:55:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7fgT-0004Fj-O7 for bug-gnulib@gnu.org; Tue, 10 Sep 2019 08:55:50 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::5]:25486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i7fgT-0004CP-1G for bug-gnulib@gnu.org; Tue, 10 Sep 2019 08:55:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1568120145; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=eO5+coKPLcAglOyK9kZcLa2Vu3DeU/i12NkkSVHVmsM=; b=oKtvmURcRhvFDEaEXCF+X2xgtWGtP7hTrn+lw/idA0u3z2H7OJbjq1yDUSg+6Wyj18 U+cViloddAAhe59PvKGh6vYJUlkbgRJ9lfKJzBsHBeB/FSEGsYtww+vPtEwkOyMabeV+ 4qXl5PAqTyjVf7lhc2jWKme+FRKVsAS0HKhayrZjO8zNyrQJZYIpDY9s8HP0VwSBkznK l9dMYJl31pwjPBKYy9sAQcL9EQAXT5tmAaP2gkGuz7im/+vNodOaF+izyKaqiew6gpm9 S2qkpbtnz/w0wh1p4Tmqzr1IVCPFD7LQB1AuTjCmfpiessiDZhFT5SzezKt3eRapsC/S FKzQ== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0zJZW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.27.0 DYNA|AUTH) with ESMTPSA id U0b0dfv8ACteGOv (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 10 Sep 2019 14:55:40 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: [PATCH] wctob: mbtowc is declared in Date: Tue, 10 Sep 2019 14:55:39 +0200 Message-ID: <30755298.6PjCRAFRDl@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-159-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20190910070516.17099-1-fweimer@redhat.com> References: <20190910070516.17099-1-fweimer@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::5 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Weimer Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Florian Weimer wrote: > * m4/wctob.m4 (gl_FUNC_WCTOB): Include . > --- > m4/wctob.m4 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/m4/wctob.m4 b/m4/wctob.m4 > index 05c1237ee..90de3e8ad 100644 > --- a/m4/wctob.m4 > +++ b/m4/wctob.m4 > @@ -81,6 +81,7 @@ int main () > included before . */ > #include > #include > +#include > #include > #include > int main () > Thanks, I applied this in a slightly different place: 2019-09-10 Bruno Haible wctob: Fix autoconf test. Based on patch by Florian Weimer . * m4/wctob.m4 (gl_FUNC_WCTOB): Include before using mbtowc. diff --git a/m4/wctob.m4 b/m4/wctob.m4 index 05c1237..a906828 100644 --- a/m4/wctob.m4 +++ b/m4/wctob.m4 @@ -1,4 +1,4 @@ -# wctob.m4 serial 11 +# wctob.m4 serial 12 dnl Copyright (C) 2008-2019 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -74,6 +74,7 @@ int main () AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include +#include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before .