From 8ab4d5b98a6c6277e911921dd716dbd04d21d024 Mon Sep 17 00:00:00 2001 From: fslongjin Date: Sat, 22 Jan 2022 15:54:21 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9bool?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/glib.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/glib.h b/kernel/glib.h index 29e4d24a..f51ef5a9 100644 --- a/kernel/glib.h +++ b/kernel/glib.h @@ -5,6 +5,9 @@ #pragma once +//引入对bool类型的支持 +#include + #define NULL 0 #define sti() __asm__ __volatile__("sti\n\t" :: \