git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit abf108f6b857309b2b6e91f881f9c493e67599b9
parent fab91444dd1f46b984d96075b62d37cd9e192c7c
Author: Jan200101 <sentrycraft123@gmail.com>
Date:   Thu, 23 Jan 2025 10:32:46 +0100

add missing include for toupper and isxdigit

Diffstat:
MSDL/gui.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/SDL/gui.c b/SDL/gui.c @@ -6,6 +6,7 @@ #include <stdlib.h> #include <string.h> #include <dirent.h> +#include <ctype.h> #include "utils.h" #include "gui.h" #include "font.h"

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.