msvc2005 buildfix
This commit is contained in:
parent
310c486f6a
commit
6a68a01eb9
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <boolean.h>
|
||||
#include <compat/strl.h>
|
||||
#include <command.h>
|
||||
#include <retro_assert.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <net/net_http.h>
|
||||
|
@ -35,6 +34,7 @@
|
|||
#include <file/file_path.h>
|
||||
#include "../../file_path_special.h"
|
||||
#include "../../paths.h"
|
||||
#include "../../command.h"
|
||||
|
||||
/* Only used before init_netplay */
|
||||
static bool netplay_enabled = false;
|
||||
|
|
Loading…
Reference in New Issue