Просмотр исходного кода

Merge pull request #1012 from lioncash/prototype

core: Fix missing prototype warnings
bunnei 11 лет назад
Родитель
Сommit
d3eb63a773
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      src/core/hle/service/am/am.cpp
  2. 1 0
      src/core/hw/y2r.cpp

+ 1 - 0
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"

+ 1 - 0
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 {