From patchwork Wed Jun 7 23:56:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 25141 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id AEABD7CF8; Thu, 8 Jun 2017 01:57:46 +0200 (CEST) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 0B9587CC8 for ; Thu, 8 Jun 2017 01:57:28 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id n195so20798047wmg.1 for ; Wed, 07 Jun 2017 16:57:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=JSi6GJWgRXAkKoVmCxyeqd68u7dPQqPzzAk8rZwpHeY=; b=ziWN/LYqraWPBfD5bDYMc3bN4wFIloerw7gnRoaNKZgsoJxd01pbRD5OtyMYOvfHAj hFFrSOiKc1vXcucv3ILw2iuqSO795khXw64FVZVlKiFlHi3/kkz+Vh2tTwEXoRjMMYlN +JsqraywVV+F8TfVvRpMB5iUiwK91jqrGQm4hawm6ffVDu1ErwY3c6dbGjwLo86s2wlW NOODpYRnbgoq3Iu09CECfxj0FXoYnYKrhdvH5a4NyiPhBlNy8NsCdilffIajile+NpBO u2zdwonKKNpkZYoZBgJ6utB7aWdcgfeplgosZvPaVNVN2QLucYHR5ZdtLDwSqAMPghFy jBpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=JSi6GJWgRXAkKoVmCxyeqd68u7dPQqPzzAk8rZwpHeY=; b=WM6IMg/pp2VKCXihwZdVPIndSGJcH8r7u6iuYJQrReGXj1fXlpQjlUeL4OgPkw1uc9 UdN9F13uUJ9wlvdF5L1JwAScfCApe/fVGhIdqOPj2V/thQpL8cofmRH5HH3jxirr8zMr yOeIakkgOTqOkUv4BHsZ7PM6SqyRKmzgSeXdLpHVYPPJbduJEcSFUwzyy/uBpRJlTAAO y3aYMAFylUBzT+QBPLrJXUilvJ19YZxRxerUJq0wUcsHEYwUWMYCZYqGZoclnXFHIuvX 8FoFbVimmhxti5klYNCMFiWWu7XnscYHOFrG+DUORrFXVxx227F2NkwrhrRzQWIrtC+y hryw== X-Gm-Message-State: AODbwcAJi6n+XMwB4f2OVBrjGjs3Agv7NQAOyLhikcNMpIp3uSDz8eKS z+3JPHasC6T7KXuXeNE= X-Received: by 10.28.206.67 with SMTP id e64mr1425906wmg.104.1496879848367; Wed, 07 Jun 2017 16:57:28 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id 185sm22397056wmp.1.2017.06.07.16.57.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Jun 2017 16:57:27 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 8 Jun 2017 01:56:54 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v4 08/19] test: properly reference PCI header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Gaetan Rivet --- test/test/virtual_pmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test/virtual_pmd.c b/test/test/virtual_pmd.c index e9dd8ac..f3ee82f 100644 --- a/test/test/virtual_pmd.c +++ b/test/test/virtual_pmd.c @@ -33,6 +33,7 @@ #include #include +#include #include #include #include