It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / uptime.c
index 213a39851f89928e5f3db691b1265b59b1e03ad9..64df194f46c18d01de32b51bcf22a93da9c36bcd 100644 (file)
--- a/uptime.c
+++ b/uptime.c
  */
 
 
-#include "busybox.h"
 #include <stdio.h>
 #include <time.h>
 #include <errno.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 static const int FSHIFT = 16;              /* nr of bits of precision */
 #define FIXED_1         (1<<FSHIFT)     /* 1.0 as fixed-point */