From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3BFD5A00C5 for ; Mon, 6 Jul 2020 16:32:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2A7FC1DB13; Mon, 6 Jul 2020 16:32:29 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 7C3911DAFE for ; Mon, 6 Jul 2020 16:32:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594045946; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Lzkayr/zw8p1oElSLqDtaeHWTWTGEt5wrn5RlahD5Sc=; b=MfVywlYyIxxXwr6myBDuE98ywe5VLL136EZUI23lu29GXjmkEpPkADcyiK00kh8oFGa6WM Q9RZLamLm3OT0bn21kIvNPdh5QlH/YX5q8Qja0lRJHSDlhPtnQodPYp+dXQdJy+qTDBk/M IrsBfDLGNz9u8DM15T14OlEEmgMbEyI= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-1-5vhDn7AtMzueX9VvyJfDEg-1; Mon, 06 Jul 2020 10:32:23 -0400 X-MC-Unique: 5vhDn7AtMzueX9VvyJfDEg-1 Received: by mail-vs1-f72.google.com with SMTP id l26so377543vsb.23 for ; Mon, 06 Jul 2020 07:32:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Lzkayr/zw8p1oElSLqDtaeHWTWTGEt5wrn5RlahD5Sc=; b=JBP/CibJkPb/nfJNrPAqR8+4+HbdRbg+vJ2HU6fF0EYG77srab6AAdvTL/oHFVx4X6 LbCBodnjbLWLKcCXRDz8qhn8Gk/Wq7kq7/QyEF30lqt/5gQ6u52HNIlDX7Y0zsiBeLUk c9qFQDl5pgRKP0PHFsHBgW5RAGj00v+HUN7Z2C8YHFv8toQW6Gnpgl7oGaelsmlEqJxe rRofZSh2Kn9KWriKN2iz29L3sPYLEnqS/qWDuGT6/DMeI4uUjriP2z871LjpcvbkBaj7 2FJty2ZbSZDpG6UILH70Hlxpv74/XagFs8X/0cAftY19F0JiMwwi++IhTX1omLpadrnq Ztqw== X-Gm-Message-State: AOAM533ECvoeKAQK9SK9molv8EfbJMhUFD3uOeK1l/6+skrdGy6OK6ko w6pU/ZHDI/9ZkG/H9rTQj+pYnEsZSGVwF4igXmOdDlcMiuL8A8NJ737z1sv/eHIo4T4NB01uspo CPQrxCBu2HGbuZuyLYYhigSM= X-Received: by 2002:a67:c990:: with SMTP id y16mr37023786vsk.105.1594045942912; Mon, 06 Jul 2020 07:32:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJztsncSHvhvX9Tvoh+UUdW6rfuD+x0o2Lsk80Z5jijXF0WBN2gIyFfVhhV1X8Fnruuo0AYdpkWVkxQqCTA5Pto= X-Received: by 2002:a67:c990:: with SMTP id y16mr37023768vsk.105.1594045942683; Mon, 06 Jul 2020 07:32:22 -0700 (PDT) MIME-Version: 1.0 References: <20200305043311.17065-1-vattunuru@marvell.com> <20200703145718.81017-1-haiyue.wang@intel.com> <20200703145718.81017-2-haiyue.wang@intel.com> In-Reply-To: <20200703145718.81017-2-haiyue.wang@intel.com> From: David Marchand Date: Mon, 6 Jul 2020 16:32:11 +0200 Message-ID: To: Haiyue Wang Cc: dev , "Burakov, Anatoly" , Thomas Monjalon , Jerin Jacob Kollanukkaran , Andrew Rybchenko , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH v17 1/2] eal: add uuid dependent header files explicitly X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Jul 3, 2020 at 5:05 PM Haiyue Wang wrote: > > Add the dependent header files explicitly, so that the user just needs > to include the 'rte_uuid.h' header file directly to avoid compile error: > (1). rte_uuid.h:97:55: error: unknown type name =E2=80=98size_t=E2=80=99 > (2). rte_uuid.h:58:2: error: implicit declaration of function =E2=80=98m= emcpy=E2=80=99 > > Fixes: 6bc67c497a51 ("eal: add uuid API") > Cc: stable@dpdk.org > > Signed-off-by: Haiyue Wang > --- > lib/librte_eal/include/rte_uuid.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/librte_eal/include/rte_uuid.h b/lib/librte_eal/include/r= te_uuid.h > index 044afbdfa..8b42e070a 100644 > --- a/lib/librte_eal/include/rte_uuid.h > +++ b/lib/librte_eal/include/rte_uuid.h > @@ -15,6 +15,8 @@ extern "C" { > #endif > > #include > +#include > +#include > > /** > * Struct describing a Universal Unique Identifier > -- > 2.27.0 > Acked-by: David Marchand --=20 David Marchand