Fix compiling with libmocha

This commit is contained in:
Xpl0itU 2022-07-22 15:59:52 +02:00 committed by GitHub
parent 93c5b25648
commit ce7b661083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
#pragma once
#include <coreinit/filesystem.h>
#include <coreinit/filesystem_fsa.h>
#include <mocha/commands.h>
#include <mocha/otp.h>
#include <stdint.h>
@ -284,4 +285,4 @@ MochaUtilsStatus Mocha_UnmountFS(const char *virt_name);
#ifdef __cplusplus
} // extern "C"
#endif
#endif