From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lpm6: fix missing header dependency Date: Mon, 02 May 2016 12:35:54 +0200 Message-ID: <2894696.gLN3UoInWE@xps13> References: <1461845313-11513-1-git-send-email-iryzhov@nfware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Igor Ryzhov Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id B3F0C5688 for ; Mon, 2 May 2016 12:35:56 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id a17so135426143wme.0 for ; Mon, 02 May 2016 03:35:56 -0700 (PDT) In-Reply-To: <1461845313-11513-1-git-send-email-iryzhov@nfware.com> 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" 2016-04-28 15:08, Igor Ryzhov: > Include stdint.h for the definition of uint*_t types. > > Signed-off-by: Igor Ryzhov Applied, thanks