all repos — mgba @ 1ef3c9e5b086fe62addf5657314becc0fdd92295

mGBA Game Boy Advance Emulator

VFS: Fix warnings
Jeffrey Pfau jeffrey@endrift.com
Wed, 16 Sep 2015 20:24:36 -0700
commit

1ef3c9e5b086fe62addf5657314becc0fdd92295

parent

7d5dff4fc9737c1174f37fbe8313e6a553d47074

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/util/vfs.csrc/util/vfs.c

@@ -5,6 +5,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this

* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "vfs.h" +#include "util/string.h" + #ifdef PSP2 #include "platform/psp2/sce-vfs.h" #endif