diff options
Diffstat (limited to 'libbb/utmp.c')
-rw-r--r-- | libbb/utmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/utmp.c b/libbb/utmp.c index 2bf9c11f2..09443fb6c 100644 --- a/libbb/utmp.c +++ b/libbb/utmp.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | #include <utmp.h> | ||
11 | 10 | ||
12 | static void touch(const char *filename) | 11 | static void touch(const char *filename) |
13 | { | 12 | { |