From b99cb64b805a2dfd4e0fabfedf17eb6b0234d39f Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 29 May 2002 19:08:41 +0000 Subject: [PATCH] Include busybox.h before testing CONFIG_LOCALE_SUPPORT. --- coreutils/cal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreutils/cal.c b/coreutils/cal.c index 66f96ab..f6578bf 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 */ -- 2.7.4