This fixes lash so it handles environment variable expansion, regardless
[oweals/busybox.git] / dos2unix.c
index ed2088e4e298efa5379e0f7d6697aa0be9ba449f..222c8f6a45f696b44647cdcfb5868ff9bf923633 100644 (file)
   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;
        if (argc > 1) {
                c = *argv[1];
                if (c == '-') {
-                usage(dos2unix_usage);
+                show_usage();
                } 
        }
        c = getchar();