summarylogtreecommitdiffstats
path: root/ctype.patch
blob: c17df02c3192d51af227e7ef65c4af484d0cfc8c (plain)
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