diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/who.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index 8384d9534..ab1e30fc8 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -19,7 +19,6 @@ /* BB_AUDIT SUSv3 _NOT_ compliant -- missing options -b, -d, -l, -m, -p, -q, -r, -s, -t, -T, -u; Missing argument 'file'. */ #include "libbb.h" -#include <utmp.h> static void idle_string(char *str6, time_t t) { |