From 0fa3dd385ce95647d1878bf863efa9ee251fdbdb Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 24 Jul 2025 05:21:43 -0400 Subject: oasm: Add stdbool.h includes Signed-off-by: Ian Moffett --- usr.bin/oasm/include/oasm/lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/oasm/include') diff --git a/usr.bin/oasm/include/oasm/lex.h b/usr.bin/oasm/include/oasm/lex.h index fa82398..b392403 100644 --- a/usr.bin/oasm/include/oasm/lex.h +++ b/usr.bin/oasm/include/oasm/lex.h @@ -33,6 +33,7 @@ #include #include #include +#include struct oasm_state; -- cgit v1.2.3