Fix largefilewrapper for GC/Wii

This commit is contained in:
Phillip Stephens 2015-10-16 01:17:22 -07:00
parent 1c0c44938e
commit 8e8135370e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#ifdef __APPLE__
#if defined(__APPLE__) || defined(GEKKO)
#include "osx_largefilewrapper.h"
#include <stdio.h>