add missing include for toupper and isxdigit

This commit is contained in:
Jan200101 2025-01-23 10:32:46 +01:00
parent 8016f1d840
commit 18e6eadf78
No known key found for this signature in database
GPG Key ID: 5B71B1D78B882E05
1 changed files with 1 additions and 0 deletions

View File

@ -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"