Windows: Fix build
Jeffrey Pfau jeffrey@endrift.com
Fri, 30 Dec 2016 23:46:07 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/windows/memory.c
→
src/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>