From 9b49f788e4e1cb4ba720234d12f76ab97e39a91e Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 5 Feb 2022 13:37:40 +0100 Subject: [PATCH] Add missing header in opt.h --- include/asm/opt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm/opt.h b/include/asm/opt.h index d5054277..e67ac9ce 100644 --- a/include/asm/opt.h +++ b/include/asm/opt.h @@ -10,6 +10,7 @@ #define RGBDS_OPT_H #include +#include void opt_B(char chars[2]); void opt_G(char chars[4]);