diff options
-rw-r--r-- | coreutils/cal.c | 4 |
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 @@ | |||
31 | #include <time.h> | 31 | #include <time.h> |
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | 33 | ||
34 | #include "busybox.h" | ||
35 | |||
34 | #ifdef CONFIG_LOCALE_SUPPORT | 36 | #ifdef CONFIG_LOCALE_SUPPORT |
35 | #include <locale.h> | 37 | #include <locale.h> |
36 | #endif | 38 | #endif |
37 | 39 | ||
38 | #include "busybox.h" | ||
39 | |||
40 | #define THURSDAY 4 /* for reformation */ | 40 | #define THURSDAY 4 /* for reformation */ |
41 | #define SATURDAY 6 /* 1 Jan 1 was a Saturday */ | 41 | #define SATURDAY 6 /* 1 Jan 1 was a Saturday */ |
42 | 42 | ||