diff options
author | landley <landley@driftwood> | 2006-10-25 18:38:37 -0400 |
---|---|---|
committer | landley <landley@driftwood> | 2006-10-25 18:38:37 -0400 |
commit | 00f87f150c3c9769e09e688bb9779947d64eb9d3 (patch) | |
tree | 3518450fc26ef74a861cb0ee4dea3ebe9646d0f1 /toys.h | |
parent | cd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4 (diff) | |
download | toybox-00f87f150c3c9769e09e688bb9779947d64eb9d3.tar.gz |
Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include <stdlib.h> #include <string.h> #include <strings.h> +#include <sys/stat.h> #include <unistd.h> #include "lib/lib.h" |