From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gaetan.rivet@6wind.com>
Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53])
 by dpdk.org (Postfix) with ESMTP id 9C8477CF9
 for <dev@dpdk.org>; Wed, 24 May 2017 17:15:14 +0200 (CEST)
Received: by mail-wm0-f53.google.com with SMTP id e127so78236676wmg.1
 for <dev@dpdk.org>; Wed, 24 May 2017 08:15:14 -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=+TC9Rd5xVcMaO9By/e/NdAZygYzksQqU7aeQuSNFoWM=;
 b=VqPscDyzyZoeG7P/SlZlwJwvT2kVrhGbr7t8hKU64rxCjd0udeJzcXZBu8K5IKK5GK
 0o8FIfDE+FO2oFYXv70oXuJi+eBruQa77hZcCIy/GSDBkdZFhkfShf5hOHc1Cbga8L2t
 l8i5FegLV2hBqCH3SbGcHpoWhWHC27Ad8Fxyg3DmkHo9svF33hMx47FzaveFqqjNGa8P
 y+g3ei42KFE83CMaudIKyPZSsi7XyDLUzGPyyx8XOEerjM2FjbqTUCZ5K4kWCbz5K1PA
 M4YOmzc2E6sNsIC14Gu2lPL2TI5+Vj+4ig41cC4jEtBwKg3rqcon63JNAqAPX99TvJak
 zmCg==
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=+TC9Rd5xVcMaO9By/e/NdAZygYzksQqU7aeQuSNFoWM=;
 b=SvFjtSvlxNOU7aF599r5UJ4f1g/eesJ9zUbYd5/LdyRp3sMDqxTBByj0cle9/GzDdS
 5+jCadOIB3zHOqWrBOofHXl0Tn2vI8Qd8JZb1HVsVTmtCi2LfYnlBs0RWO3AI8/F8JaY
 UQUQS0FHexOdEiTLZnrGkGRHiwz2WsFqQBpjTUaPsoMDO7+ajU+R/zktPZ92GZnfpZpA
 mCL9ku2sE9Ja+hc5I6PJRXySa2uBKLJg1a3Dl2ruYBa6LGownyD9/NQv+2Wy5qPlC0Ww
 5C1qjK+TH4FgUXbNpYXM2DOZRX57aaHm+Ik40npbDDQxNZnlxmWUVDJoy35+xfo4CWTi
 qOug==
X-Gm-Message-State: AODbwcBFfFcAHSbV+/it+rSvPhOVOu/E7Ct5a6TTB8+wV5IymLrWMhit
 BlByBXw85XBcoI5CNng=
X-Received: by 10.28.238.67 with SMTP id m64mr6240713wmh.57.1495638914110;
 Wed, 24 May 2017 08:15:14 -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 a136sm4466145wme.26.2017.05.24.08.15.13
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Wed, 24 May 2017 08:15:13 -0700 (PDT)
From: Gaetan Rivet <gaetan.rivet@6wind.com>
To: dev@dpdk.org
Cc: Gaetan Rivet <g.rivet2@gmail.com>, Jan Blunck <jblunck@infradead.org>,
 Stephen Hemminger <stephen@networkplumber.org>,
 Maxime Coquelin <maxime.coquelin@redhat.com>,
 Jerin Jacob <jerin.jacob@caviumnetworks.com>,
 David Marchand <david.marchand@6wind.com>
Date: Wed, 24 May 2017 17:14:48 +0200
Message-Id: <7b46d440e07e832891f4999be91b7f1104bf519c.1495629181.git.gaetan.rivet@6wind.com>
X-Mailer: git-send-email 2.1.4
In-Reply-To: <cover.1495629181.git.gaetan.rivet@6wind.com>
References: <cover.1495629181.git.gaetan.rivet@6wind.com>
In-Reply-To: <cover.1495629181.git.gaetan.rivet@6wind.com>
References: <cover.1495629181.git.gaetan.rivet@6wind.com>
Subject: [dpdk-dev] [PATCH 04/14] net/e1000: 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: Wed, 24 May 2017 15:15:15 -0000

From: Gaetan Rivet <g.rivet2@gmail.com>

Signed-off-by: Gaetan Rivet <g.rivet2@gmail.com>
---
 drivers/net/e1000/e1000_ethdev.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/e1000/e1000_ethdev.h b/drivers/net/e1000/e1000_ethdev.h
index 8352d0a..6f25428 100644
--- a/drivers/net/e1000/e1000_ethdev.h
+++ b/drivers/net/e1000/e1000_ethdev.h
@@ -34,6 +34,7 @@
 #ifndef _E1000_ETHDEV_H_
 #define _E1000_ETHDEV_H_
 #include <rte_time.h>
+#include <rte_pci.h>
 
 #define E1000_INTEL_VENDOR_ID 0x8086
 
-- 
2.1.4