From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaetan Rivet Subject: [PATCH v2 02/14] net/bnxt: properly reference PCI header Date: Wed, 24 May 2017 18:16:37 +0200 Message-ID: <92b09a493e98ce91af37bb4970edaf9580618f19.1495642399.git.gaetan.rivet@6wind.com> References: Cc: Gaetan Rivet To: dev@dpdk.org Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id A5DFC9181 for ; Wed, 24 May 2017 18:17:02 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id j27so4269298wre.1 for ; Wed, 24 May 2017 09:17:02 -0700 (PDT) In-Reply-To: In-Reply-To: References: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Gaetan Rivet Signed-off-by: Gaetan Rivet --- drivers/net/bnxt/bnxt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/bnxt/bnxt.h b/drivers/net/bnxt/bnxt.h index 4418c7f..678a844 100644 --- a/drivers/net/bnxt/bnxt.h +++ b/drivers/net/bnxt/bnxt.h @@ -37,6 +37,7 @@ #include #include +#include #include #include #include -- 2.1.4