VFS: Fix warnings
Jeffrey Pfau jeffrey@endrift.com
Wed, 16 Sep 2015 20:24:36 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/util/vfs.c
→
src/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