mirror of https://github.com/mirror/busybox.git
Shaun Jackman noted that limits.h defines path_max and isn't included from
find_root_device.c. (We #include it in busybox.h but not libbb.h, it seems. Someday, someone's going to have to clarify for me the difference between those two...)1_1_stable
parent
2d5d88ebc0
commit
3c6bfe3e33
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
|
|
Loading…
Reference in New Issue