From: Manuel Novoa III Date: Wed, 29 May 2002 19:08:41 +0000 (-0000) Subject: Include busybox.h before testing CONFIG_LOCALE_SUPPORT. X-Git-Tag: 0_60_4~183 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b99cb64b805a2dfd4e0fabfedf17eb6b0234d39f;p=oweals%2Fbusybox.git Include busybox.h before testing CONFIG_LOCALE_SUPPORT. --- 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 */