This is vodz' latest patch. Sorry it took so long...
[oweals/busybox.git] / uptime.c
index 213a39851f89928e5f3db691b1265b59b1e03ad9..6758d959ec81829e3547f65d84902251252da65f 100644 (file)
--- a/uptime.c
+++ b/uptime.c
  * of BB_FEATURE_UTMP_SUPPORT #define
  */
 
+/* getopt not needed */
+
 
-#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 */