Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / dos2unix.c
index ed2088e4e298efa5379e0f7d6697aa0be9ba449f..9fd952c3116ded0f493b5fc32e93c500a10d1d83 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
 
 int dos2unix_main( int argc, char **argv ) {
        int c;