diff options
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index a5d3b02..546050a 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -17,7 +17,7 @@ *---------------------------------------------------------------------- */ -#include "busybox.h" +#include "libbb.h" #include <utmp.h> #include <time.h> |