VFS: Fix warnings

This commit is contained in:
Jeffrey Pfau 2015-09-16 20:24:36 -07:00
parent 7d5dff4fc9
commit 1ef3c9e5b0
1 changed files with 2 additions and 0 deletions

View File

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