(vfs_implementation.c) We need to include stdstring.h for string_is_empty

This commit is contained in:
LibretroAdmin 2022-08-03 19:49:02 +02:00
parent 53d2fdbd97
commit c240340c91

View File

@ -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