aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorlandley <landley@driftwood>2006-10-25 18:38:37 -0400
committerlandley <landley@driftwood>2006-10-25 18:38:37 -0400
commit00f87f150c3c9769e09e688bb9779947d64eb9d3 (patch)
tree3518450fc26ef74a861cb0ee4dea3ebe9646d0f1 /toys.h
parentcd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4 (diff)
downloadtoybox-00f87f150c3c9769e09e688bb9779947d64eb9d3.tar.gz
Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 9460d368..e84736a0 100644
--- a/toys.h
+++ b/toys.h
@@ -12,6 +12,7 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
+#include <sys/stat.h>
#include <unistd.h>
#include "lib/lib.h"