Skip to content

Commit

Permalink
Merge pull request #683 from Jan200101/PR/missing-ctype
Browse files Browse the repository at this point in the history
add missing include for toupper and isxdigit
  • Loading branch information
LIJI32 authored Jan 23, 2025
2 parents b65ff6f + 18e6ead commit e2cb062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SDL/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e2cb062

Please sign in to comment.