diff options
Diffstat (limited to 'date.c')
-rw-r--r-- | date.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -20,11 +20,6 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include "busybox.h" | ||
24 | #define BB_DECLARE_EXTERN | ||
25 | #define bb_need_invalid_date | ||
26 | #define bb_need_memory_exhausted | ||
27 | #include "messages.c" | ||
28 | #include <stdlib.h> | 23 | #include <stdlib.h> |
29 | #include <errno.h> | 24 | #include <errno.h> |
30 | #include <sys/time.h> | 25 | #include <sys/time.h> |
@@ -33,6 +28,11 @@ | |||
33 | #include <stdio.h> | 28 | #include <stdio.h> |
34 | #include <string.h> | 29 | #include <string.h> |
35 | #include <getopt.h> | 30 | #include <getopt.h> |
31 | #include "busybox.h" | ||
32 | #define BB_DECLARE_EXTERN | ||
33 | #define bb_need_invalid_date | ||
34 | #define bb_need_memory_exhausted | ||
35 | #include "messages.c" | ||
36 | 36 | ||
37 | 37 | ||
38 | /* This 'date' command supports only 2 time setting formats, | 38 | /* This 'date' command supports only 2 time setting formats, |