mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Fix implicit declaration
This commit is contained in:
parent
00a5b5411f
commit
e39bc07e31
@ -29,6 +29,10 @@
|
|||||||
#include "input_osk.h"
|
#include "input_osk.h"
|
||||||
#include "input_types.h"
|
#include "input_types.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_CHEEVOS
|
||||||
|
#include "../cheevos/cheevos.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
#include <net/net_compat.h>
|
#include <net/net_compat.h>
|
||||||
#include <net/net_socket.h>
|
#include <net/net_socket.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user