From 5e3580803363bc1c77624912323237eec76c404b Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Thu, 19 Dec 2019 02:52:55 -0500 Subject: [PATCH] virtio_user: use correct #ifndef for the internal vhost.h header Change-Id: I4a3f53ef76ea909abee6a523a3f86a01813444f2 Signed-off-by: Changpeng Liu Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478413 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris --- lib/virtio/virtio_user/vhost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/virtio/virtio_user/vhost.h b/lib/virtio/virtio_user/vhost.h index dca924b44..0caf51ebc 100644 --- a/lib/virtio/virtio_user/vhost.h +++ b/lib/virtio/virtio_user/vhost.h @@ -31,8 +31,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _VHOST_NET_USER_H -#define _VHOST_NET_USER_H +#ifndef _VHOST_H +#define _VHOST_H #include "spdk/stdinc.h"