Note that insmod now also supports powerpc and mips. Thanks Larry.
[oweals/busybox.git] / dc.c
diff --git a/dc.c b/dc.c
index 1e34574edbd8340bf728269fbebd406bd83e6109..8d7a92a2802f5c871f40a4cb65bafd22667d9abe 100644 (file)
--- a/dc.c
+++ b/dc.c
@@ -1,10 +1,11 @@
 /* vi: set sw=4 ts=4: */
-#include "busybox.h"
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <math.h>
+#include "busybox.h"
 
 /* Tiny RPN calculator, because "expr" didn't give me bitwise operations. */