diff options
Diffstat (limited to 'miscutils/last.c')
-rw-r--r-- | miscutils/last.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/last.c b/miscutils/last.c index c10e1ea4f..47c18ffa0 100644 --- a/miscutils/last.c +++ b/miscutils/last.c | |||
@@ -7,6 +7,7 @@ | |||
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "busybox.h" | ||
10 | #include <sys/types.h> | 11 | #include <sys/types.h> |
11 | #include <fcntl.h> | 12 | #include <fcntl.h> |
12 | #include <unistd.h> | 13 | #include <unistd.h> |
@@ -16,7 +17,6 @@ | |||
16 | #include <errno.h> | 17 | #include <errno.h> |
17 | #include <string.h> | 18 | #include <string.h> |
18 | #include <time.h> | 19 | #include <time.h> |
19 | #include "busybox.h" | ||
20 | 20 | ||
21 | #ifndef SHUTDOWN_TIME | 21 | #ifndef SHUTDOWN_TIME |
22 | # define SHUTDOWN_TIME 254 | 22 | # define SHUTDOWN_TIME 254 |