commit | 00f87f150c3c9769e09e688bb9779947d64eb9d3 | [log] [tgz] |
---|---|---|
author | landley <landley@driftwood> | Wed Oct 25 18:38:37 2006 -0400 |
committer | landley <landley@driftwood> | Wed Oct 25 18:38:37 2006 -0400 |
tree | 3518450fc26ef74a861cb0ee4dea3ebe9646d0f1 | |
parent | cd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4 [diff] [blame] |
Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
diff --git a/toys.h b/toys.h index 9460d36..e84736a 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"