vhost: move stdbool include
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Wed, 28 Mar 2018 05:49:24 +0000 (22:49 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 30 Mar 2018 12:08:44 +0000 (14:08 +0200)
commit9426ee2678d8ff96019496e314ee0f18b7e3d63e
tree30c3cdb46b42201f07b02e21ec7939edcdbdd048
parentce5bd5fcae432c63bfe777d9c509e2cb2f1fce1a
vhost: move stdbool include

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 <xiangxia.m.yue@gmail.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/librte_vhost/socket.c
lib/librte_vhost/vhost.h