mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 19:21:49 +01:00
[Gamecube/Wii] fixed compilation with latest devkitPPC versions (MAXPATHLEN declaration issue)
This commit is contained in:
parent
5c0c613bbc
commit
b0de643e86
1
gx/osd.h
1
gx/osd.h
@ -12,6 +12,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <sys/dir.h>
|
#include <sys/dir.h>
|
||||||
|
#include <sys/param.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <asndlib.h>
|
#include <asndlib.h>
|
||||||
#include <oggplayer.h>
|
#include <oggplayer.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user