all repos — mgba @ 978349d7652ae68f6a1fddac4b074a5e059bb94e

mGBA Game Boy Advance Emulator

Windows: Fix build
Jeffrey Pfau jeffrey@endrift.com
Fri, 30 Dec 2016 23:46:07 -0800
commit

978349d7652ae68f6a1fddac4b074a5e059bb94e

parent

fa884d071ecaa3e05ff20b45a67bf9500dd3d6b6

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

jump to
M src/platform/windows/memory.csrc/platform/windows/memory.c

@@ -3,7 +3,7 @@ *

* This Source Code Form is subject to the terms of the Mozilla Public * 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 "util/memory.h" +#include <mgba-util/memory.h> #include <windows.h>