aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/shared_page.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-02-13 10:40:07 -0500
committerGravatar Lioncash <mathew1800@gmail.com>2015-02-13 10:48:32 -0500
commit0c6434c379bd13553e2504d269965c764e2a0441 (patch)
tree9fa96cdc2bc180ac4c5a2c33158ae7cc60f2a308 /src/core/hle/shared_page.cpp
parentc44d75787b03e84591aac3ab3cc07eaf8c023188 (diff)
core: Apply static to local functions
Diffstat (limited to 'src/core/hle/shared_page.cpp')
-rw-r--r--src/core/hle/shared_page.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/shared_page.cpp b/src/core/hle/shared_page.cpp
index f5f2a685..f0726ef0 100644
--- a/src/core/hle/shared_page.cpp
+++ b/src/core/hle/shared_page.cpp
@@ -7,6 +7,7 @@
#include "core/core.h"
#include "core/mem_map.h"
#include "core/hle/config_mem.h"
+#include "core/hle/shared_page.h"
////////////////////////////////////////////////////////////////////////////////////////////////////