1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-16 21:40:04 +00:00

Buildfixes

This commit is contained in:
Twinaphex 2016-05-01 21:38:19 +02:00
parent 0268212d40
commit d2a80e26db
2 changed files with 2 additions and 0 deletions
libretro-common/net
netplay

@ -26,6 +26,7 @@
#include <string.h>
#include <net/net_compat.h>
#include <net/net_socket.h>
#include <compat/strl.h>
#if defined(VITA)

@ -19,6 +19,7 @@
#include <string.h>
#include <net/net_compat.h>
#include <net/net_socket.h>
#include <retro_endianness.h>
#include "netplay_private.h"