1 2 3 4 5 6 7 8 9 10 11
--- A/Quake/host_cmd.c 2024-07-15 02:13:40.490411844 -0500 +++ B/Quake/host_cmd.c 2024-07-15 02:13:42.411426154 -0500 @@ -25,6 +25,7 @@ #include <sys/stat.h> #ifndef _WIN32 #include <dirent.h> +#include <ctype.h> #else #include <windows.h> #endif