Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c
index 9634687..c9f783f 100644
--- a/coreutils/dos2unix.c
+++ b/coreutils/dos2unix.c
@@ -22,7 +22,7 @@
   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 int dos2unix_main( int argc, char **argv ) {