From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 1/2] vhost: move stdbool header file to vhost.h Date: Fri, 30 Mar 2018 10:09:45 +0200 Message-ID: References: <1522216165-19666-1-git-send-email-xiangxia.m.yue@gmail.com> <1522216165-19666-2-git-send-email-xiangxia.m.yue@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: xiangxia.m.yue@gmail.com, jianfeng.tan@intel.com Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 08140324D for ; Fri, 30 Mar 2018 10:09:48 +0200 (CEST) In-Reply-To: <1522216165-19666-2-git-send-email-xiangxia.m.yue@gmail.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 03/28/2018 07:49 AM, xiangxia.m.yue@gmail.com wrote: > From: Tonghao Zhang > > The vhost.h file uses bool type, but not include stdbool > header file. If other c files include vhost.h directly, > there will be a compile error. > > This patch will be used in the next patch. > > Signed-off-by: Tonghao Zhang > --- > lib/librte_vhost/socket.c | 1 - > lib/librte_vhost/vhost.h | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Maxime Cqouelin Thanks, Maxime