glib_compat: Amend header guard

This commit is contained in:
Lioncash 2018-02-25 23:12:20 -05:00
parent a882118050
commit 2d87095858
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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 <stdarg.h>