projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94a06a
)
Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
author
Manuel Novoa III
<mjn3@codepoet.org>
Wed, 29 May 2002 19:08:41 +0000
(19:08 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Wed, 29 May 2002 19:08:41 +0000
(19:08 -0000)
coreutils/cal.c
patch
|
blob
|
history
diff --git
a/coreutils/cal.c
b/coreutils/cal.c
index 66f96abd25953492a8ae827285baa00285c8a885..f6578bf430cad8f9929bbbba8522989572efe246 100644
(file)
--- a/
coreutils/cal.c
+++ b/
coreutils/cal.c
@@
-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 */