From b99cb64b805a2dfd4e0fabfedf17eb6b0234d39f Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 29 May 2002 19:08:41 +0000 Subject: Include busybox.h before testing CONFIG_LOCALE_SUPPORT. --- coreutils/cal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/cal.c') 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 */ -- cgit v1.2.3