mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(stdstring.c) Fix implicit declaration warning
This commit is contained in:
parent
0a63674771
commit
7ebc824122
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <string/stdstring.h>
|
||||
#include <ctype.h>
|
||||
|
||||
bool string_is_empty(const char *data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user