diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applets.c | 2 | ||||
-rw-r--r-- | applets/busybox.c | 4 | ||||
-rw-r--r-- | applets/version.c | 7 |
3 files changed, 11 insertions, 2 deletions
diff --git a/applets/applets.c b/applets/applets.c index 1913676dc..aea116add 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -12,12 +12,12 @@ | |||
12 | * Licensed under GPLv2 or later, see file License in this tarball for details. | 12 | * Licensed under GPLv2 or later, see file License in this tarball for details. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include "busybox.h" | ||
15 | #include <unistd.h> | 16 | #include <unistd.h> |
16 | #include <stdio.h> | 17 | #include <stdio.h> |
17 | #include <stdlib.h> | 18 | #include <stdlib.h> |
18 | #include <string.h> | 19 | #include <string.h> |
19 | #include <assert.h> | 20 | #include <assert.h> |
20 | #include "busybox.h" | ||
21 | 21 | ||
22 | #if ENABLE_SHOW_USAGE && !ENABLE_FEATURE_COMPRESS_USAGE | 22 | #if ENABLE_SHOW_USAGE && !ENABLE_FEATURE_COMPRESS_USAGE |
23 | static const char usage_messages[] = | 23 | static const char usage_messages[] = |
diff --git a/applets/busybox.c b/applets/busybox.c index 25bb36d9c..a92ddbd0e 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -1,13 +1,15 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * BusyBox' main applet dispatcher. | ||
4 | * | ||
3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
4 | */ | 6 | */ |
7 | #include "busybox.h" | ||
5 | #include <stdio.h> | 8 | #include <stdio.h> |
6 | #include <string.h> | 9 | #include <string.h> |
7 | #include <unistd.h> | 10 | #include <unistd.h> |
8 | #include <errno.h> | 11 | #include <errno.h> |
9 | #include <stdlib.h> | 12 | #include <stdlib.h> |
10 | #include "busybox.h" | ||
11 | #if ENABLE_LOCALE_SUPPORT | 13 | #if ENABLE_LOCALE_SUPPORT |
12 | #include <locale.h> | 14 | #include <locale.h> |
13 | #else | 15 | #else |
diff --git a/applets/version.c b/applets/version.c index 6f6ec24ff..ce75f1ff9 100644 --- a/applets/version.c +++ b/applets/version.c | |||
@@ -1,3 +1,10 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
2 | /* | ||
3 | * Version stuff. | ||
4 | * | ||
5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
6 | */ | ||
7 | |||
1 | #include "busybox.h" | 8 | #include "busybox.h" |
2 | 9 | ||
3 | #ifndef BB_EXTRA_VERSION | 10 | #ifndef BB_EXTRA_VERSION |