mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +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…
Reference in New Issue
Block a user