Include busybox.h before testing CONFIG_LOCALE_SUPPORT.

This commit is contained in:
Manuel Novoa III 2002-05-29 19:08:41 +00:00
parent a94a06a38e
commit b99cb64b80

View File

@ -31,12 +31,12 @@
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include "busybox.h"
#ifdef CONFIG_LOCALE_SUPPORT #ifdef CONFIG_LOCALE_SUPPORT
#include <locale.h> #include <locale.h>
#endif #endif
#include "busybox.h"
#define THURSDAY 4 /* for reformation */ #define THURSDAY 4 /* for reformation */
#define SATURDAY 6 /* 1 Jan 1 was a Saturday */ #define SATURDAY 6 /* 1 Jan 1 was a Saturday */