diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 6c1070fc8..5fec3d5ec 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | #include "busybox.h" | ||
3 | #include <stdio.h> | 2 | #include <stdio.h> |
4 | #include <string.h> | 3 | #include <string.h> |
5 | #include <unistd.h> | 4 | #include <unistd.h> |
6 | #include <errno.h> | 5 | #include <errno.h> |
7 | #include <stdlib.h> | 6 | #include <stdlib.h> |
7 | #include "busybox.h" | ||
8 | 8 | ||
9 | #undef APPLET | 9 | #undef APPLET |
10 | #undef APPLET_NOUSAGE | 10 | #undef APPLET_NOUSAGE |