diff --git a/src/COMMON.h b/src/COMMON.h index 3f57212..c9cc82a 100644 --- a/src/COMMON.h +++ b/src/COMMON.h @@ -26,6 +26,10 @@ #include "STRINGS.h" +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif + typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32;