aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index 8de866281..ab92dacbb 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -12,13 +12,13 @@
*/
+#include "busybox.h"
#if ENABLE_DESKTOP
/* This one provides -t (busybox's own build script needs it) */
#include "od_bloaty.c"
#else
-
#include <getopt.h>
-#include "busybox.h"
+
#include "dump.h"
#define isdecdigit(c) isdigit(c)