From patchwork Mon Oct 10 14:32:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Georg-Johann Lay X-Patchwork-Id: 680428 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3st2fc3kJVz9ryr for ; Tue, 11 Oct 2016 01:33:11 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=iJg/NeOL; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to:cc :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=PeRQPaRxV9QOzAkg am0xQCGQFm5OUkiEOW/Y1moJgHxwClxXAsg2uGTtP7tAS/kqwUY+C94ORq+49Mlh yLNg/7gUt2XeVRWBlO0JYXNVK4uhXfcwAZyDwK19uMSBmhmcwTA3Rad14iN4L1xl 7lj4df6y0lB+sTD6+8WkTCRkFdQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to:cc :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=default; bh=Eyrq3pRXmgYkcMCLrNX0Be eh9lk=; b=iJg/NeOL73M/PtIY0zC2Phe9y1bFjrT8rP3pJMYdYewHvBNvOCTVli NTGn6JLs9PmA2QcCjFyGO7elXoYp1ywNffO6JAWIKtnT6Cw9CKT4DL8Kuadj/c+L JzDBSh/fKp6OgkMdqGRbqF/vwurmSO2Y6jrA/qIPdx92AXtc+ZiQw= Received: (qmail 43440 invoked by alias); 10 Oct 2016 14:33:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 43403 invoked by uid 89); 10 Oct 2016 14:33:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=johann, H*r:Client X-HELO: mo4-p00-ob.smtp.rzone.de Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de) (81.169.146.217) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Oct 2016 14:32:52 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT3ol15ykJcYwTPLBCxG2PwtgsgUwIw== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.123] (ip5f581faf.dynamic.kabel-deutschland.de [95.88.31.175]) by smtp.strato.de (RZmta 39.5 DYNA|AUTH) with ESMTPSA id j0b9e3s9AEWmcb7 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Mon, 10 Oct 2016 16:32:48 +0200 (CEST) To: gcc-patches Cc: Senthil Kumar Selvaraj , Denis Chertykov From: Georg-Johann Lay Subject: [avr,committed] Include string.h in gen-avr-mmcu-texi.c Message-ID: Date: Mon, 10 Oct 2016 16:32:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 X-IsSubscribed: yes https://gcc.gnu.org/r240925 https://gcc.gnu.org/r240926 https://gcc.gnu.org/r240927 gen-avr-mmcu-texi.c missed the inclusion of string.h (for strcmp). Applied as obvious. Johann * config/avr/gen-avr-mmcu-texi.c (string.h): Include. Index: config/avr/gen-avr-mmcu-texi.c =================================================================== --- config/avr/gen-avr-mmcu-texi.c (revision 240924) +++ config/avr/gen-avr-mmcu-texi.c (revision 240925) @@ -19,6 +19,7 @@ #include #include +#include #define IN_GEN_AVR_MMCU_TEXI