Util: Fix Wii build

This commit is contained in:
Vicki Pfau 2017-01-18 23:57:08 -08:00
parent ebbc51f23c
commit 803b7c9859
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ typedef intptr_t ssize_t;
#define strdup _strdup
#define lseek _lseek
#elif defined(__wii__)
#include <sys/time.h>
typedef intptr_t ssize_t;
#else
#include <strings.h>