Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / coreutils / yes.c
index 11fa537a0488a3238d086b543dba142f6e5f61a9..46873f3f969693ce01015ce72cb8db0b74d01365 100644 (file)
@@ -20,7 +20,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 extern int yes_main(int argc, char **argv)