From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B35C0A00E6 for ; Fri, 19 Apr 2019 14:10:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 949921BBB4; Fri, 19 Apr 2019 14:10:06 +0200 (CEST) Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 04A6A1B5A7 for ; Fri, 19 Apr 2019 14:10:03 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id s2so2780441vsi.5 for ; Fri, 19 Apr 2019 05:10:02 -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; bh=KEfXKFMWvEpnKjyqT3LPdPVyqsJTXNZUtTnFslnzSck=; b=Nx5qf78yYG5etlCMt+JvlLtDvhj+9VZAmNzcvu9kStwoJYS3CiLd+VJ64lOGJWnLBW C7zTmtVO9KtvgUTyAJlkmIPIPySuGvyApPl0gjAXjQSeNk3OkhRzMWCilubUh1Zi3VLE eEN37HvYHtCGzuTjFSKPkaaeA3APG19v0m4SRF/Zrm+zEvQyWVbAA4wNUaCDPI+y+/wm OGkFvnlvjZxNlVUGqojqB7rl5EbsaG9m1Xbd+uk54Uv3ZYRUXCDDeq9k77DfblLSKI2O 99AAWDqr4+dvOehdMNx8PRKtQ4N0fOJSG706Ns7PJNAOtDeP+MWrm3TcuR87qmIzxllv +3YQ== X-Gm-Message-State: APjAAAWH/dCgUIgTHgbyEhQjzbsTIYff8wmGoVmCTnt3Fl3L2nwKUS3L uEXRDszjR4mM41kCyHkERSGTxWAk20Ij/+K7anH+fA== X-Google-Smtp-Source: APXvYqzLxHRjDW1rC1yuT5215reJKqeeYPi8mAXeZFWaGhudRJXoI0DYIv5NsZ6sJtN/mCqlkvUn5tNHLApmLn9wfzQ= X-Received: by 2002:a67:edcb:: with SMTP id e11mr1826442vsp.105.1555675802355; Fri, 19 Apr 2019 05:10:02 -0700 (PDT) MIME-Version: 1.0 References: <20190419120327.29752-1-bruce.richardson@intel.com> In-Reply-To: <20190419120327.29752-1-bruce.richardson@intel.com> From: David Marchand Date: Fri, 19 Apr 2019 14:09:51 +0200 Message-ID: To: Bruce Richardson Cc: dev , Pablo de Lara , dpdk stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [PATCH] app/test: fix missing header 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" nit: "test/compress:" for the title prefix ? On Fri, Apr 19, 2019 at 2:03 PM Bruce Richardson wrote: > Build of test_compressdev.c fails on FreeBSD due to the missing > include of unistd.h, to provide the function usleep. > > Fixes: b06aa643cac4 ("test/compress: add initial unit tests") > Cc: pablo.de.lara.guarch@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson > --- > I sent this previously, but I don't think it made the public list, so > resending. > Apologies to anyone who gets this twice! > --- > app/test/test_compressdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/app/test/test_compressdev.c b/app/test/test_compressdev.c > index 404b98f60..121514af5 100644 > --- a/app/test/test_compressdev.c > +++ b/app/test/test_compressdev.c > @@ -5,6 +5,7 @@ > #include > #include > #include > +#include > > #include > #include > -- > 2.20.1 > > Tested on FreeBSD 10.4. Reviewed-by: David Marchand -- David Marchand