mirror of https://github.com/mgba-emu/mgba.git
VFS: Fix warnings
This commit is contained in:
parent
7d5dff4fc9
commit
1ef3c9e5b0
|
@ -5,6 +5,8 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
#include "vfs.h"
|
#include "vfs.h"
|
||||||
|
|
||||||
|
#include "util/string.h"
|
||||||
|
|
||||||
#ifdef PSP2
|
#ifdef PSP2
|
||||||
#include "platform/psp2/sce-vfs.h"
|
#include "platform/psp2/sce-vfs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue