It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / dc.c
diff --git a/dc.c b/dc.c
index 1e34574edbd8340bf728269fbebd406bd83e6109..a422139b1e4ebf1008c9dd6c906c9f6953e40002 100644 (file)
--- a/dc.c
+++ b/dc.c
@@ -1,10 +1,10 @@
 /* vi: set sw=4 ts=4: */
-#include "busybox.h"
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <math.h>
+#include "busybox.h"
 
 /* Tiny RPN calculator, because "expr" didn't give me bitwise operations. */