mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
The wii doesn't have network.h
This commit is contained in:
parent
f810670388
commit
b8c8b8673c
@ -1,4 +1,8 @@
|
||||
#include <arpa/inet.h>
|
||||
#if defined(GEKKO)
|
||||
# include <network.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_image.h>
|
||||
|
Loading…
Reference in New Issue
Block a user