It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / util-linux / rdate.c
index 38a7689e912a042c616da94820bea300f4d892a3..a3ea3a85bf3204f8a8d35e810b12b1a0ce92d105 100644 (file)
@@ -21,9 +21,6 @@
  *
 */
 
-#include "busybox.h"
-#define BB_DECLARE_EXTERN
-#include "messages.c"
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -33,6 +30,9 @@
 #include <getopt.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
+#define BB_DECLARE_EXTERN
+#include "messages.c"
 
 
 static const int RFC_868_BIAS = 2208988800UL;