mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
compat.c - need to include <ctype.h> to get rid of implicit declaration of
tolower (confirmed on both Wii and OSX)
This commit is contained in:
parent
21ae4c24af
commit
4a0f8e4346
@ -23,6 +23,7 @@
|
||||
#include "../boolean.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#ifdef _MSC_VER
|
||||
#include "../msvc/msvc_compat.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user