Fix network platform functions for libnx

This commit is contained in:
Mats 2021-09-26 12:23:24 +02:00
parent 72014584ee
commit b26c9c9fe5

View File

@ -24,6 +24,10 @@
#include "libui_sdl/LAN_Socket.h"
#endif
#ifdef HAVE_LIBNX
#include <switch/services/bsd.h>
#endif
#ifndef HAVE_WIFI
#define SO_REUSEADDR 0
#define SO_BROADCAST 0