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=-4.0 required=3.0 tests=AWL,BAYES_00, 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 852121F463 for ; Tue, 10 Sep 2019 07:05:42 +0000 (UTC) Received: from localhost ([::1]:34462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7aDd-0008Td-05 for normalperson@yhbt.net; Tue, 10 Sep 2019 03:05:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44767) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7aDI-0008DP-OA for bug-gnulib@gnu.org; Tue, 10 Sep 2019 03:05:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7aDH-0002DL-U9 for bug-gnulib@gnu.org; Tue, 10 Sep 2019 03:05:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40382) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i7aDH-0002Ce-PE for bug-gnulib@gnu.org; Tue, 10 Sep 2019 03:05:19 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 67EE330860C2 for ; Tue, 10 Sep 2019 07:05:18 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-116-203.ams2.redhat.com [10.36.116.203]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 37F045D9C9 for ; Tue, 10 Sep 2019 07:05:18 +0000 (UTC) Received: by oldenburg2.str.redhat.com (Postfix, from userid 1000) id 3AE358037FFD; Tue, 10 Sep 2019 09:05:16 +0200 (CEST) From: Florian Weimer To: bug-gnulib@gnu.org Subject: [PATCH] wctob: mbtowc is declared in Date: Tue, 10 Sep 2019 09:05:16 +0200 Message-Id: <20190910070516.17099-1-fweimer@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Tue, 10 Sep 2019 07:05:18 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 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: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" * 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 () --=20 2.21.0