Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / wc.c
diff --git a/wc.c b/wc.c
index e6f753435610fa68bcd92a622c82bd8fbab83f32..619c161a70f5eb93c4fe345034c31a1596370651 100644 (file)
--- a/wc.c
+++ b/wc.c
@@ -23,6 +23,7 @@
 #include "busybox.h"
 #include <stdio.h>
 #include <getopt.h>
+#include <stdlib.h>
 
 static int total_lines, total_words, total_chars, max_length;
 static int print_lines, print_words, print_chars, print_length;