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/ps.c b/ps.c index 7afb009..9e96a54 100644 --- a/ps.c +++ b/ps.c
@@ -36,6 +36,7 @@ #include <fcntl.h> #include <ctype.h> #include <string.h> +#include <termios.h> #include <sys/ioctl.h> #include "busybox.h"