summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar bunnei2015-07-29 12:18:29 -0400
committerGravatar bunnei2015-07-29 12:18:29 -0400
commitd3eb63a773aba1856139d8bbc1a2a98837c212da (patch)
tree07850fe525c70e2f058b6d5f68c4614a827167cf /src/core/hle
parentMerge pull request #1010 from lioncash/ref (diff)
parentcore: Fix missing prototype warnings (diff)
downloadyuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.gz
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.xz
yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.zip
Merge pull request #1012 from lioncash/prototype
core: Fix missing prototype warnings
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/am/am.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 7332478fb..64f3bc7e9 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -5,6 +5,7 @@
5#include "common/logging/log.h" 5#include "common/logging/log.h"
6 6
7#include "core/hle/service/service.h" 7#include "core/hle/service/service.h"
8#include "core/hle/service/am/am.h"
8#include "core/hle/service/am/am_app.h" 9#include "core/hle/service/am/am_app.h"
9#include "core/hle/service/am/am_net.h" 10#include "core/hle/service/am/am_net.h"
10#include "core/hle/service/am/am_sys.h" 11#include "core/hle/service/am/am_sys.h"