(Networking) Move macro to its correct place (#13904)

This commit is contained in:
Cthulhu-throwaway 2022-04-29 22:39:10 -03:00 committed by GitHub
parent 9cbdc783be
commit 4674241bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -56,6 +56,8 @@
#include <network.h>
#define setsockopt net_setsockopt
#elif defined(VITA)
#include <psp2/net/net.h>

View File

@ -93,10 +93,6 @@
#define HAVE_INET6 1
#endif
#ifdef GEKKO
#define setsockopt net_setsockopt
#endif
#ifdef TCP_NODELAY
#define SET_TCP_NODELAY(fd) \
{ \