Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / yes.c
diff --git a/yes.c b/yes.c
index 11fa537a0488a3238d086b543dba142f6e5f61a9..0ce49499f772a8b5bdf8327b69e9c99a0d514bea 100644 (file)
--- a/yes.c
+++ b/yes.c
@@ -20,8 +20,9 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
 
 extern int yes_main(int argc, char **argv)
 {