From 978349d7652ae68f6a1fddac4b074a5e059bb94e Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Fri, 30 Dec 2016 23:46:07 -0800 Subject: [PATCH] Windows: Fix build --- src/platform/windows/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/windows/memory.c b/src/platform/windows/memory.c index d2baddbb1..3c05b02d7 100644 --- a/src/platform/windows/memory.c +++ b/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 #include