If PATH_MAX isn't defined, define it outselves
This commit is contained in:
@@ -101,6 +101,8 @@ extern const struct BB_applet applets[];
|
|||||||
/* Pull in the utility routines from libbb */
|
/* Pull in the utility routines from libbb */
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX 256
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _BB_INTERNAL_H_ */
|
#endif /* _BB_INTERNAL_H_ */
|
||||||
|
Reference in New Issue
Block a user