diff --git a/coreutils/cal.c b/coreutils/cal.c index 66f96abd2..f6578bf43 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c @@ -31,12 +31,12 @@ #include #include +#include "busybox.h" + #ifdef CONFIG_LOCALE_SUPPORT #include #endif -#include "busybox.h" - #define THURSDAY 4 /* for reformation */ #define SATURDAY 6 /* 1 Jan 1 was a Saturday */