Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r--coreutils/dos2unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c
index 9634687eb..c9f783f1a 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 ) {