diff --git a/hypervisor/include/arch/x86/init.h b/hypervisor/include/arch/x86/init.h index 6e3207478..3010f3c34 100644 --- a/hypervisor/include/arch/x86/init.h +++ b/hypervisor/include/arch/x86/init.h @@ -3,7 +3,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef INIT_H +#ifndef INIT_H +#define INIT_H /* hypervisor stack bottom magic('intl') */ #define SP_BOTTOM_MAGIC 0x696e746cUL