mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +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 <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
struct rgui_file
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user