mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
limits: define PATH_MAX in only one place.
(This is the first step towards making it larger) Change-Id: I4cea522074c455e04c8d228cf6463fb6500c41a0
This commit is contained in:
parent
6f107430f4
commit
7de9d8dae5
4 changed files with 5 additions and 6 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include <time.h>
|
||||
#include "config.h"
|
||||
#include "fs_attr.h"
|
||||
#include "fs_defines.h"
|
||||
|
||||
#if defined (APPLICATION) || defined(CHECKWPS)
|
||||
#include "filesystem-app.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue