Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / coreutils / dos2unix.c
index 9634687eb2ab22c1f7d83f5214726fb88cf1a781..c9f783f1a6c5e675f55827e1ca491eaf7a5560cd 100644 (file)
@@ -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 ) {