The wii doesn't have network.h

This commit is contained in:
simon.kagstrom 2010-01-30 19:22:04 +00:00
parent f810670388
commit b8c8b8673c

View File

@ -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>