commit | 8d79ce832062873e6328f616ebb0c80db32020e3 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sun Jul 22 23:00:15 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sun Jul 22 23:00:15 2001 +0000 |
tree | eab4c5133f1c8d1fd898d13e000aae5c5673211b | |
parent | 20aab260e2f7011523402464fb079f48e5899890 [diff] [blame] |
Some patches to make dietlibc work...
diff --git a/ls.c b/ls.c index 1019147..794a1d0 100644 --- a/ls.c +++ b/ls.c
@@ -61,6 +61,7 @@ #include <stdlib.h> #include <fcntl.h> #include <signal.h> +#include <termios.h> #include <sys/ioctl.h> #include "busybox.h"