projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df73587
)
Add #include <sys/param.h> to ensure PATH_MAX is defined
author
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Aug 2001 05:36:12 +0000
(
05:36
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Aug 2001 05:36:12 +0000
(
05:36
-0000)
busybox/libbb/xgetcwd.c
patch
|
blob
|
history
diff --git
a/busybox/libbb/xgetcwd.c
b/busybox/libbb/xgetcwd.c
index 27466816650e2a6e5e571eae070d54689a9ec18e..4f7748123fe9e87165241d5e1ea4103e1af5bc70 100644
(file)
--- a/
busybox/libbb/xgetcwd.c
+++ b/
busybox/libbb/xgetcwd.c
@@
-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. */