diff options
Diffstat (limited to 'dos2unix.c')
-rw-r--r-- | dos2unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos2unix.c b/dos2unix.c index 32423611c..222c8f6a4 100644 --- a/dos2unix.c +++ b/dos2unix.c @@ -22,9 +22,9 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "busybox.h" #include <stdio.h> #include <stdlib.h> +#include "busybox.h" int dos2unix_main( int argc, char **argv ) { int c; |