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