diff options
Diffstat (limited to 'libpwdgrp/pwd_grp_internal.c')
-rw-r--r-- | libpwdgrp/pwd_grp_internal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpwdgrp/pwd_grp_internal.c b/libpwdgrp/pwd_grp_internal.c index d2915c9..9cb1d30 100644 --- a/libpwdgrp/pwd_grp_internal.c +++ b/libpwdgrp/pwd_grp_internal.c @@ -26,10 +26,11 @@ #include <errno.h> #include <assert.h> #include <ctype.h> -#include "busybox.h" + #include "pwd_.h" #include "grp_.h" #include "shadow_.h" +#include "libbb.h" #ifndef _PATH_SHADOW #define _PATH_SHADOW "/etc/shadow" |