Test applets containing numbers in their name. Thanks to Larry Doolittle.
[oweals/busybox.git] / tty.c
diff --git a/tty.c b/tty.c
index 46201d3e6e65a5fe24636ac0981a7b1f92533aaa..2a64b149d48555480b9bedaf7937788a4f36be50 100644 (file)
--- a/tty.c
+++ b/tty.c
@@ -22,6 +22,8 @@
 
 #include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
 #include <sys/types.h>
 
 extern int tty_main(int argc, char **argv)