From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gaetan.rivet@6wind.com>
Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com
 [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id EAA6E7CAF
 for <dev@dpdk.org>; Fri,  7 Jul 2017 02:04:52 +0200 (CEST)
Received: by mail-wr0-f172.google.com with SMTP id k67so24114596wrc.2
 for <dev@dpdk.org>; Thu, 06 Jul 2017 17:04:52 -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=8S41h+vdFAIh7+gNyMiZwnuYdQAI8GOdaxgz7Kebm24=;
 b=uNpXyzZt4Yug6DJyObtzW/AXcWirWzkK9OQF2GIfKHuP/90QEddaaTwdj2F7gyaRxn
 +xM7MvYkUzIrzrkFP7aIAPCJjZSpLouty5SDIY4QkyuSKheBdPpSdhFoCGOidJvXagCU
 +fIBDSiqwoN59BdXa1QvX1T1QbfxBLpwLNpCQWP6z+71hIekFnroEQf7U7reJ9KwmlKq
 kCST/JmViUfZWjRZxRKUGHhRd/tD8jlwENFtYeGr5+nRubiGYR2q1rKKe3CqjqNg8eOu
 SHRXWfSM3jXA6rW6AgqiZ4a8AL3PdcWemZSA1s96SD9GzH9+YxxhFsFxVlxKInLjb1qu
 00Ew==
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=8S41h+vdFAIh7+gNyMiZwnuYdQAI8GOdaxgz7Kebm24=;
 b=XUZeK65PAFjMqXky2SSLTU+8HyLh358sdHPWIeg84VCYWaxTuPDEz2TDjE/52dp+Jm
 bd1ECfumkPVSEF4+ZCIFkmrrGwnAGs4lJcCeFVH2iF5XxtQNcMQcw2VltcWMdGkt5+Yo
 kt7mieJhzZ0MRGlaJ/9nKP8InI5XeO+lNnUXgEkJtvlvyB0yoawru505RRbhJzTitOte
 hSTQU8a80yriOqPngG1bCj1Vktl+gZa1SV0A46SlGJu+H7tOQBPEz7K7kSsUp7HgDBwj
 taIMw3ur/5pHWiyaRp3h2v7y9SiYM2KiBEFHP8BVkvwZ1ktLRv6ypeBve8FXodNaNHgJ
 YWFg==
X-Gm-Message-State: AIVw111HROA8mVSbEpiwPZ2lZmFB/eIayLurGidUmkO6t65KkMooNzPc
 5YvS/7Jl/F9dHsFtfNc=
X-Received: by 10.28.113.21 with SMTP id m21mr266365wmc.80.1499385892392;
 Thu, 06 Jul 2017 17:04:52 -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 b197sm1111520wmb.4.2017.07.06.17.04.51
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Thu, 06 Jul 2017 17:04:51 -0700 (PDT)
From: Gaetan Rivet <gaetan.rivet@6wind.com>
To: dev@dpdk.org
Cc: Gaetan Rivet <gaetan.rivet@6wind.com>
Date: Fri,  7 Jul 2017 02:04:22 +0200
Message-Id: <674ad57e8af1be909ceca5183f4708dbe21e26fc.1499384590.git.gaetan.rivet@6wind.com>
X-Mailer: git-send-email 2.1.4
In-Reply-To: <cover.1499384589.git.gaetan.rivet@6wind.com>
References: <cover.1499211959.git.gaetan.rivet@6wind.com>
 <cover.1499384589.git.gaetan.rivet@6wind.com>
In-Reply-To: <cover.1499384589.git.gaetan.rivet@6wind.com>
References: <cover.1499384589.git.gaetan.rivet@6wind.com>
Subject: [dpdk-dev] [PATCH v7 05/17] net/ixgbe: properly reference PCI header
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Jul 2017 00:04:53 -0000

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.h b/drivers/net/ixgbe/ixgbe_ethdev.h
index 10b9967..bcbd62d 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.h
+++ b/drivers/net/ixgbe/ixgbe_ethdev.h
@@ -39,6 +39,7 @@
 #include "ixgbe_bypass.h"
 #include <rte_time.h>
 #include <rte_hash.h>
+#include <rte_pci.h>
 
 /* need update link, bit flag */
 #define IXGBE_FLAG_NEED_LINK_UPDATE (uint32_t)(1 << 0)
-- 
2.1.4