Define MSG_PEEK for Wii.

This commit is contained in:
2019-10-20 20:52:25 +01:00
parent 9889fc743e
commit 5bd7bbf34d

View File

@@ -23,6 +23,9 @@
#ifdef GEKKO
#include <network.h>
#ifndef MSG_PEEK
#define MSG_PEEK 0x02 // TODO: Untested, may not work
#endif
#else
#include <netinet/in.h>
#include <sys/socket.h>