aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cal.c')
-rw-r--r--coreutils/cal.c4
1 files changed, 2 insertions, 2 deletions
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 <time.h>
#include <unistd.h>
+#include "busybox.h"
+
#ifdef CONFIG_LOCALE_SUPPORT
#include <locale.h>
#endif
-#include "busybox.h"
-
#define THURSDAY 4 /* for reformation */
#define SATURDAY 6 /* 1 Jan 1 was a Saturday */