From 12a9e8502c73a80efe0bce75d5a6b5e4be59d5e2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 29 Jul 2015 12:12:39 -0400 Subject: core: Fix missing prototype warnings --- src/core/hle/service/am/am.cpp | 1 + src/core/hw/y2r.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 7332478f..64f3bc7e 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -5,6 +5,7 @@ #include "common/logging/log.h" #include "core/hle/service/service.h" +#include "core/hle/service/am/am.h" #include "core/hle/service/am/am_app.h" #include "core/hle/service/am/am_net.h" #include "core/hle/service/am/am_sys.h" diff --git a/src/core/hw/y2r.cpp b/src/core/hw/y2r.cpp index f80e26ec..082a4db8 100644 --- a/src/core/hw/y2r.cpp +++ b/src/core/hw/y2r.cpp @@ -14,6 +14,7 @@ #include "common/vector_math.h" #include "core/hle/service/y2r_u.h" +#include "core/hw/y2r.h" #include "core/memory.h" namespace HW { -- cgit v1.2.3