Add missing header for MAXPATHLEN in newer newlib

This commit is contained in:
Carsten Teibes
2020-07-09 05:27:34 +02:00
parent adb2dc1f12
commit 526d0423b4

View File

@@ -21,6 +21,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/unistd.h>
#include <sys/param.h>
#include <psptypes.h>
#include <pspiofilemgr.h>