Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
authorManuel Novoa III <mjn3@codepoet.org>
Wed, 29 May 2002 19:08:41 +0000 (19:08 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Wed, 29 May 2002 19:08:41 +0000 (19:08 -0000)
coreutils/cal.c

index 66f96abd25953492a8ae827285baa00285c8a885..f6578bf430cad8f9929bbbba8522989572efe246 100644 (file)
 #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 */