Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
This commit is contained in:
parent
a94a06a38e
commit
b99cb64b80
@ -31,12 +31,12 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#ifdef CONFIG_LOCALE_SUPPORT
|
||||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#define THURSDAY 4 /* for reformation */
|
||||
#define SATURDAY 6 /* 1 Jan 1 was a Saturday */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user