diff options
Diffstat (limited to 'contrib/vhost-user-gpu/virgl.h')
-rw-r--r-- | contrib/vhost-user-gpu/virgl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/vhost-user-gpu/virgl.h b/contrib/vhost-user-gpu/virgl.h index f952bc9d4f..17078783a5 100644 --- a/contrib/vhost-user-gpu/virgl.h +++ b/contrib/vhost-user-gpu/virgl.h @@ -11,8 +11,9 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ -#ifndef VUGPU_VIRGL_H_ -#define VUGPU_VIRGL_H_ + +#ifndef VUGPU_VIRGL_H +#define VUGPU_VIRGL_H #include "vugpu.h" |