From 2d87095858942b819967ba7659cd2faca229ca5f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 25 Feb 2018 23:12:20 -0500 Subject: [PATCH] glib_compat: Amend header guard --- qemu/include/glib_compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/include/glib_compat.h b/qemu/include/glib_compat.h index 2e24ccdc..5d55d751 100644 --- a/qemu/include/glib_compat.h +++ b/qemu/include/glib_compat.h @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef __GLIB_COMPAT_H -#define __GLIB_COMPAT_H +#ifndef QEMU_GLIB_COMPAT_H +#define QEMU_GLIB_COMPAT_H #include "unicorn/platform.h" #include