Add #include <sys/param.h> to ensure PATH_MAX is defined
authorEric Andersen <andersen@codepoet.org>
Wed, 22 Aug 2001 05:36:12 +0000 (05:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 22 Aug 2001 05:36:12 +0000 (05:36 -0000)
busybox/libbb/xgetcwd.c

index 27466816650e2a6e5e571eae070d54689a9ec18e..4f7748123fe9e87165241d5e1ea4103e1af5bc70 100644 (file)
@@ -10,6 +10,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <limits.h>
+#include <sys/param.h>
 #include "libbb.h"
 
 /* Amount to increase buffer size by in each try. */