From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/2] Add missing includes to headers Date: Mon, 25 May 2015 13:23:52 +0100 Message-ID: <1432556634-9498-1-git-send-email-bruce.richardson@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 54C0DC316 for ; Mon, 25 May 2015 14:23:58 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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