diff options
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | #include "busybox.h" | 23 | #include "busybox.h" |
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | #include <stdlib.h> | ||
26 | #include <unistd.h> | ||
25 | #include <sys/types.h> | 27 | #include <sys/types.h> |
26 | 28 | ||
27 | extern int tty_main(int argc, char **argv) | 29 | extern int tty_main(int argc, char **argv) |