This fixes lash so it handles environment variable expansion, regardless
[oweals/busybox.git] / dos2unix.c
index 32423611cb4c75478d66da2b76771f1f9422312a..222c8f6a45f696b44647cdcfb5868ff9bf923633 100644 (file)
@@ -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;