mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
This commit is contained in:
parent
a94a06a38e
commit
b99cb64b80
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue