shithub: rgbds

Download patch

ref: 9b49f788e4e1cb4ba720234d12f76ab97e39a91e
parent: acc31feaa1660ffe1efd70464ed09928a8b02edf
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Feb 5 08:37:40 EST 2022

Add missing header in opt.h

--- a/include/asm/opt.h
+++ b/include/asm/opt.h
@@ -10,6 +10,7 @@
 #define RGBDS_OPT_H
 
 #include <stdbool.h>
+#include <stdint.h>
 
 void opt_B(char chars[2]);
 void opt_G(char chars[4]);