diff options
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -35,9 +35,11 @@ #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 { |