all repos — mgba @ 6e5a79564f9fefe7da0b3a31f5dff55c2e53ffde

mGBA Game Boy Advance Emulator

Core: Fix missing include
Jeffrey Pfau jeffrey@endrift.com
Wed, 01 Jun 2016 19:28:59 -0700
commit

6e5a79564f9fefe7da0b3a31f5dff55c2e53ffde

parent

c313f0951829b527b4b06766582852b690f2f90a

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

jump to
M src/core/core.csrc/core/core.c

@@ -6,6 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "core.h" #include "core/log.h" +#include "core/serialize.h" #include "util/vfs.h" #if !defined(MINIMAL_CORE) || MINIMAL_CORE < 2