From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [PATCH 02/29] hexdump: fixed minor build issue Date: Tue, 27 May 2014 18:09:25 +0100 Message-ID: <1401210592-19732-3-git-send-email-cristian.dumitrescu@intel.com> References: <1401210592-19732-1-git-send-email-cristian.dumitrescu@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1401210592-19732-1-git-send-email-cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Included stdio.h in rte_hexdump.h Please enter the commit message for your changes. Lines starting Signed-off-by: Cristian Dumitrescu --- lib/librte_eal/common/include/rte_hexdump.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/librte_eal/common/include/rte_hexdump.h b/lib/librte_eal/common/include/rte_hexdump.h index db08d30..b4fdf7f 100644 --- a/lib/librte_eal/common/include/rte_hexdump.h +++ b/lib/librte_eal/common/include/rte_hexdump.h @@ -39,6 +39,8 @@ * Simple API to dump out memory in a special hex format. */ +#include + #ifdef __cplusplus extern "C" { #endif -- 1.7.7.6