diff --git a/lib/vhost/vhost_internal.h b/lib/vhost/vhost_internal.h index 413abf0ac..387194414 100644 --- a/lib/vhost/vhost_internal.h +++ b/lib/vhost/vhost_internal.h @@ -33,6 +33,7 @@ #ifndef SPDK_VHOST_INTERNAL_H #define SPDK_VHOST_INTERNAL_H +#include #include "spdk/stdinc.h" @@ -46,10 +47,6 @@ #define SPDK_CACHE_LINE_SIZE RTE_CACHE_LINE_SIZE -#ifndef VIRTIO_F_VERSION_1 -#define VIRTIO_F_VERSION_1 32 -#endif - #define SPDK_VHOST_MAX_VQUEUES 256 #define SPDK_VHOST_MAX_VQ_SIZE 1024