mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(vfs_implementation.c) We need to include stdstring.h for string_is_empty
This commit is contained in:
parent
53d2fdbd97
commit
c240340c91
@ -26,6 +26,8 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <string/stdstring.h> /* string_is_empty */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user