diff options
Diffstat (limited to 'dc.c')
-rw-r--r-- | dc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include <ctype.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <math.h> #include "busybox.h" |