From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bricha3@ecsmtp.ir.intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 54C0DC316
 for <dev@dpdk.org>; Mon, 25 May 2015 14:23:58 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga102.fm.intel.com with ESMTP; 25 May 2015 05:23:58 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,491,1427785200"; d="scan'208";a="576459255"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga003.jf.intel.com with ESMTP; 25 May 2015 05:23:56 -0700
Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com
 [10.237.217.45])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 t4PCNtQq020758; Mon, 25 May 2015 13:23:55 +0100
Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1])
 by sivswdev01.ir.intel.com with ESMTP id t4PCNsRW009552;
 Mon, 25 May 2015 13:23:54 +0100
Received: (from bricha3@localhost)
 by sivswdev01.ir.intel.com with  id t4PCNsNM009548;
 Mon, 25 May 2015 13:23:54 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Date: Mon, 25 May 2015 13:23:52 +0100
Message-Id: <1432556634-9498-1-git-send-email-bruce.richardson@intel.com>
X-Mailer: git-send-email 1.7.4.1
Subject: [dpdk-dev] [PATCH 0/2] Add missing includes to headers
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Mon, 25 May 2015 12:23:58 -0000

The convention in DPDK is that each header file should include 
any other headers on which it depends. This patch set adds in 
some missing header dependencies.

Bruce Richardson (2):
  eal: add missing include <stdio.h> to rte_pci.h
  kni: add missing include dependencies

 lib/librte_eal/common/include/rte_pci.h | 1 +
 lib/librte_kni/rte_kni.h                | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.1.0