mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
(RGUI) strcasecmp needs strings.h, not just string.h
This commit is contained in:
parent
613d330eb0
commit
c88d5da147
@ -17,6 +17,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <strings.h>
|
||||||
|
|
||||||
struct rgui_file
|
struct rgui_file
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user