diff --git a/network/netplay/netplay.c b/network/netplay/netplay.c index 06a282e170..5ba024d459 100644 --- a/network/netplay/netplay.c +++ b/network/netplay/netplay.c @@ -30,6 +30,7 @@ #include "../../command.h" #include "../../movie.h" +#include "../../runloop.h" enum { diff --git a/network/netplay/netplay_common.c b/network/netplay/netplay_common.c index d60201a99d..600e55b613 100644 --- a/network/netplay/netplay_common.c +++ b/network/netplay/netplay_common.c @@ -20,6 +20,7 @@ #include "../../movie.h" #include "../../msg_hash.h" #include "../../content.h" +#include "../../runloop.h" #include "../../version.h" bool netplay_get_nickname(netplay_t *netplay, int fd) diff --git a/network/netplay/netplay_private.h b/network/netplay/netplay_private.h index 46f2c2657c..0baf2d4c87 100644 --- a/network/netplay/netplay_private.h +++ b/network/netplay/netplay_private.h @@ -24,7 +24,6 @@ #include "../../msg_hash.h" #include "../../system.h" -#include "../../runloop.h" #include "../../verbosity.h" #ifdef ANDROID diff --git a/network/netplay/netplay_spectate.c b/network/netplay/netplay_spectate.c index ee733a1d7d..fbe51f0044 100644 --- a/network/netplay/netplay_spectate.c +++ b/network/netplay/netplay_spectate.c @@ -24,6 +24,8 @@ #include "netplay_private.h" +#include "../../runloop.h" + /** * netplay_pre_frame_spectate: * @netplay : pointer to netplay object