From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 8C951312 for ; Mon, 19 May 2014 15:00:36 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id q59so5513540wes.35 for ; Mon, 19 May 2014 06:00:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=buiL9l1bMBPzOMlz1b54e3Kzz5cn8iLC4b2dlIfX23Y=; b=gjbsrjGmBXpxl5f2br1DvO1Oc8FTKPUdqF9OTHVkuSGoCuZae7aTf5XmG1CHLCa8k7 NJKCBFjo1NB/bsX0a0eozzKkOyQElRFHR6iG+FZvW5Rs9V7lY1fVBW9IHYPSEjczjG9t Cix/ENH0kfgWZ0JE5PEOPdxC54d5NRDjWuf3u21RRIdcu3GaikpfKo1APjueJMd9I3Aj GzmT05Tu1IPynQocCN/JkOymsOF4w19zQxap1sdqOuV105Y6SHlzndquTFRyMJ+6POtZ ftR+wM0CRieRA3k7U8Poh9I8v71wE/XQefnHpIuo6ADUXpYlEYDlQOi5cxOsH25mLoPg OO2g== X-Gm-Message-State: ALoCoQmaTk3Qm8gEFIOdFFiFVmoaDrFaVcuXfbUfYiUUXtee9eUt97R8Rx7BkpnLCwSuLtWPP8MP X-Received: by 10.180.90.132 with SMTP id bw4mr12983802wib.43.1400504445491; Mon, 19 May 2014 06:00:45 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id iy13sm14984698wic.1.2014.05.19.06.00.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 May 2014 06:00:44 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Date: Mon, 19 May 2014 15:00:42 +0200 Message-ID: <4257759.Mq7ii6xSTR@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1400502997-4305-1-git-send-email-olivier.matz@6wind.com> References: <1400502997-4305-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ivshmem: fix compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 13:00:36 -0000 2014-05-19 14:36, Olivier Matz: > Fix compilation error introduced by: > 591a9d798 add FILE argument to debug functions > > The stdio.h include is missing due to the recent adding of FILE* > argument of dump functions. > > Signed-off-by: Olivier Matz Acked-by: Thomas Monjalon Sorry, it seems to be due to my last minute update of this patch: "don't inline string functions" http://dpdk.org/browse/dpdk/commit/?id=e5ac7c2ff367edd Applied for version 1.7.0. -- Thomas