Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / expr.c
diff --git a/expr.c b/expr.c
index eed2637f2ff6164dd34d5c0a23c0c7d629b2c582..71bd22417bd215d5406608ccebde304519455957 100644 (file)
--- a/expr.c
+++ b/expr.c
 
 #include "busybox.h"
 #include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+#include <regex.h>
 #include <sys/types.h>
 
-#include <regex.h>
 
 /* The kinds of value we can have.  */
 enum valtype {